Uses of Class
software.amazon.awssdk.services.cloudfront.model.ContentTypeProfile
-
Packages that use ContentTypeProfile Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ContentTypeProfile in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ContentTypeProfile Modifier and Type Method Description List<ContentTypeProfile>ContentTypeProfiles. items()Items in a field-level encryption content type-profile mapping.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ContentTypeProfile Modifier and Type Method Description ContentTypeProfiles.BuilderContentTypeProfiles.Builder. items(ContentTypeProfile... items)Items in a field-level encryption content type-profile mapping.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ContentTypeProfile Modifier and Type Method Description ContentTypeProfiles.BuilderContentTypeProfiles.Builder. items(Collection<ContentTypeProfile> items)Items in a field-level encryption content type-profile mapping.
-