Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
EncryptionEntity |
EncryptionEntity.clone() |
EncryptionEntity |
EncryptionEntity.withFieldPatterns(FieldPatterns fieldPatterns)
Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.
|
EncryptionEntity |
EncryptionEntity.withProviderId(String providerId)
The provider associated with the public key being used for encryption.
|
EncryptionEntity |
EncryptionEntity.withPublicKeyId(String publicKeyId)
The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields
that match the patterns.
|
Modifier and Type | Method and Description |
---|---|
List<EncryptionEntity> |
EncryptionEntities.getItems()
An array of field patterns in a field-level encryption content type-profile mapping.
|
Modifier and Type | Method and Description |
---|---|
EncryptionEntities |
EncryptionEntities.withItems(EncryptionEntity... items)
An array of field patterns in a field-level encryption content type-profile mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptionEntities.setItems(Collection<EncryptionEntity> items)
An array of field patterns in a field-level encryption content type-profile mapping.
|
EncryptionEntities |
EncryptionEntities.withItems(Collection<EncryptionEntity> items)
An array of field patterns in a field-level encryption content type-profile mapping.
|
Copyright © 2022. All rights reserved.