Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryptionList.Builder
-
Packages that use FieldLevelEncryptionList.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FieldLevelEncryptionList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FieldLevelEncryptionList.Builder Modifier and Type Method Description static FieldLevelEncryptionList.BuilderFieldLevelEncryptionList. builder()FieldLevelEncryptionList.BuilderFieldLevelEncryptionList.Builder. items(Collection<FieldLevelEncryptionSummary> items)An array of field-level encryption items.FieldLevelEncryptionList.BuilderFieldLevelEncryptionList.Builder. items(Consumer<FieldLevelEncryptionSummary.Builder>... items)An array of field-level encryption items.FieldLevelEncryptionList.BuilderFieldLevelEncryptionList.Builder. items(FieldLevelEncryptionSummary... items)An array of field-level encryption items.FieldLevelEncryptionList.BuilderFieldLevelEncryptionList.Builder. maxItems(Integer maxItems)The maximum number of elements you want in the response body.FieldLevelEncryptionList.BuilderFieldLevelEncryptionList.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.FieldLevelEncryptionList.BuilderFieldLevelEncryptionList.Builder. quantity(Integer quantity)The number of field-level encryption items.FieldLevelEncryptionList.BuilderFieldLevelEncryptionList. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FieldLevelEncryptionList.Builder Modifier and Type Method Description static Class<? extends FieldLevelEncryptionList.Builder>FieldLevelEncryptionList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FieldLevelEncryptionList.Builder Modifier and Type Method Description default ListFieldLevelEncryptionConfigsResponse.BuilderListFieldLevelEncryptionConfigsResponse.Builder. fieldLevelEncryptionList(Consumer<FieldLevelEncryptionList.Builder> fieldLevelEncryptionList)Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
-