Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryptionProfileList.Builder
Packages that use FieldLevelEncryptionProfileList.Builder
-
Uses of FieldLevelEncryptionProfileList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FieldLevelEncryptionProfileList.BuilderModifier and TypeMethodDescriptionFieldLevelEncryptionProfileList.builder()FieldLevelEncryptionProfileList.Builder.items(Collection<FieldLevelEncryptionProfileSummary> items) The field-level encryption profile items.FieldLevelEncryptionProfileList.Builder.items(Consumer<FieldLevelEncryptionProfileSummary.Builder>... items) The field-level encryption profile items.FieldLevelEncryptionProfileList.Builder.items(FieldLevelEncryptionProfileSummary... items) The field-level encryption profile items.The maximum number of field-level encryption profiles you want in the response body.FieldLevelEncryptionProfileList.Builder.nextMarker(String nextMarker) If there are more elements to be listed, this element is present and contains the value that you can use for theMarkerrequest parameter to continue listing your profiles where you left off.The number of field-level encryption profiles.FieldLevelEncryptionProfileList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FieldLevelEncryptionProfileList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FieldLevelEncryptionProfileList.Builder>FieldLevelEncryptionProfileList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FieldLevelEncryptionProfileList.BuilderModifier and TypeMethodDescriptionListFieldLevelEncryptionProfilesResponse.Builder.fieldLevelEncryptionProfileList(Consumer<FieldLevelEncryptionProfileList.Builder> fieldLevelEncryptionProfileList) Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.