Uses of Class
software.amazon.awssdk.services.cloudfront.model.ContentTypeProfileConfig
-
Packages that use ContentTypeProfileConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ContentTypeProfileConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ContentTypeProfileConfig Modifier and Type Method Description ContentTypeProfileConfigFieldLevelEncryptionConfig. contentTypeProfileConfig()A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.ContentTypeProfileConfigFieldLevelEncryptionSummary. contentTypeProfileConfig()A summary of a content type-profile mapping.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ContentTypeProfileConfig Modifier and Type Method Description FieldLevelEncryptionConfig.BuilderFieldLevelEncryptionConfig.Builder. contentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.FieldLevelEncryptionSummary.BuilderFieldLevelEncryptionSummary.Builder. contentTypeProfileConfig(ContentTypeProfileConfig contentTypeProfileConfig)A summary of a content type-profile mapping.
-