Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryptionList.Builder
Packages that use FieldLevelEncryptionList.Builder
-
Uses of FieldLevelEncryptionList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FieldLevelEncryptionList.BuilderModifier and TypeMethodDescriptionFieldLevelEncryptionList.builder()FieldLevelEncryptionList.Builder.items(Collection<FieldLevelEncryptionSummary> items) An array of field-level encryption items.FieldLevelEncryptionList.Builder.items(Consumer<FieldLevelEncryptionSummary.Builder>... items) An array of field-level encryption items.FieldLevelEncryptionList.Builder.items(FieldLevelEncryptionSummary... items) An array of field-level encryption items.The maximum number of elements you want in the response body.FieldLevelEncryptionList.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 configurations where you left off.The number of field-level encryption items.FieldLevelEncryptionList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FieldLevelEncryptionList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FieldLevelEncryptionList.Builder>FieldLevelEncryptionList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FieldLevelEncryptionList.BuilderModifier and TypeMethodDescriptionListFieldLevelEncryptionConfigsResponse.Builder.fieldLevelEncryptionList(Consumer<FieldLevelEncryptionList.Builder> fieldLevelEncryptionList) Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.