Uses of Class
software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryptionProfileSummary
-
Packages that use FieldLevelEncryptionProfileSummary Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FieldLevelEncryptionProfileSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FieldLevelEncryptionProfileSummary Modifier and Type Method Description List<FieldLevelEncryptionProfileSummary>FieldLevelEncryptionProfileList. items()The field-level encryption profile items.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type FieldLevelEncryptionProfileSummary Modifier and Type Method Description FieldLevelEncryptionProfileList.BuilderFieldLevelEncryptionProfileList.Builder. items(FieldLevelEncryptionProfileSummary... items)The field-level encryption profile items.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FieldLevelEncryptionProfileSummary Modifier and Type Method Description FieldLevelEncryptionProfileList.BuilderFieldLevelEncryptionProfileList.Builder. items(Collection<FieldLevelEncryptionProfileSummary> items)The field-level encryption profile items.
-