Uses of Class
software.amazon.awssdk.services.cloudfront.model.EncryptionEntities
Packages that use EncryptionEntities
-
Uses of EncryptionEntities in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return EncryptionEntitiesModifier and TypeMethodDescriptionfinal 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.final 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 EncryptionEntitiesModifier and TypeMethodDescriptionFieldLevelEncryptionProfileConfig.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.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.