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 EncryptionEntities
FieldLevelEncryptionProfileConfig. 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.EncryptionEntities
FieldLevelEncryptionProfileSummary. 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.Builder
FieldLevelEncryptionProfileConfig.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.Builder
FieldLevelEncryptionProfileSummary.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.
-