Uses of Class
software.amazon.awssdk.services.cloudfront.model.EncryptionEntities
-
Packages that use EncryptionEntities Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of EncryptionEntities in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return EncryptionEntities Modifier and Type Method Description EncryptionEntitiesFieldLevelEncryptionProfileConfig. encryptionEntities()A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.EncryptionEntitiesFieldLevelEncryptionProfileSummary. encryptionEntities()A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type EncryptionEntities Modifier and Type Method Description FieldLevelEncryptionProfileConfig.BuilderFieldLevelEncryptionProfileConfig.Builder. encryptionEntities(EncryptionEntities encryptionEntities)A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.FieldLevelEncryptionProfileSummary.BuilderFieldLevelEncryptionProfileSummary.Builder. encryptionEntities(EncryptionEntities encryptionEntities)A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
-