Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ContentTypeProfileConfig.Builder
Packages that use ContentTypeProfileConfig.Builder
-
Uses of ContentTypeProfileConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ContentTypeProfileConfig.BuilderModifier and TypeMethodDescriptionContentTypeProfileConfig.builder()default ContentTypeProfileConfig.BuilderContentTypeProfileConfig.Builder.contentTypeProfiles(Consumer<ContentTypeProfiles.Builder> contentTypeProfiles) The configuration for a field-level encryption content type-profile.ContentTypeProfileConfig.Builder.contentTypeProfiles(ContentTypeProfiles contentTypeProfiles) The configuration for a field-level encryption content type-profile.ContentTypeProfileConfig.Builder.forwardWhenContentTypeIsUnknown(Boolean forwardWhenContentTypeIsUnknown) The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile.ContentTypeProfileConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ContentTypeProfileConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContentTypeProfileConfig.Builder>ContentTypeProfileConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ContentTypeProfileConfig.BuilderModifier and TypeMethodDescriptionFieldLevelEncryptionConfig.Builder.contentTypeProfileConfig(Consumer<ContentTypeProfileConfig.Builder> 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.Builder.contentTypeProfileConfig(Consumer<ContentTypeProfileConfig.Builder> contentTypeProfileConfig) A summary of a content type-profile mapping.