Uses of Class
software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryptionSummary
-
Packages that use FieldLevelEncryptionSummary Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FieldLevelEncryptionSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FieldLevelEncryptionSummary Modifier and Type Method Description List<FieldLevelEncryptionSummary>FieldLevelEncryptionList. items()An array of field-level encryption items.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type FieldLevelEncryptionSummary Modifier and Type Method Description FieldLevelEncryptionList.BuilderFieldLevelEncryptionList.Builder. items(FieldLevelEncryptionSummary... items)An array of field-level encryption items.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FieldLevelEncryptionSummary Modifier and Type Method Description FieldLevelEncryptionList.BuilderFieldLevelEncryptionList.Builder. items(Collection<FieldLevelEncryptionSummary> items)An array of field-level encryption items.
-