Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
FieldLevelEncryption |
FieldLevelEncryption.clone() |
FieldLevelEncryption |
UpdateFieldLevelEncryptionConfigResult.getFieldLevelEncryption()
Return the results of updating the configuration.
|
FieldLevelEncryption |
GetFieldLevelEncryptionResult.getFieldLevelEncryption()
Return the field-level encryption configuration information.
|
FieldLevelEncryption |
CreateFieldLevelEncryptionConfigResult.getFieldLevelEncryption()
Returned when you create a new field-level encryption configuration.
|
FieldLevelEncryption |
FieldLevelEncryption.withFieldLevelEncryptionConfig(FieldLevelEncryptionConfig fieldLevelEncryptionConfig)
A complex data type that includes the profile configurations specified for field-level encryption.
|
FieldLevelEncryption |
FieldLevelEncryption.withId(String id)
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify
certain selected data fields to be encrypted by specific public keys.
|
FieldLevelEncryption |
FieldLevelEncryption.withLastModifiedTime(Date lastModifiedTime)
The last time the field-level encryption configuration was changed.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateFieldLevelEncryptionConfigResult.setFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the results of updating the configuration.
|
void |
GetFieldLevelEncryptionResult.setFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the field-level encryption configuration information.
|
void |
CreateFieldLevelEncryptionConfigResult.setFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
|
UpdateFieldLevelEncryptionConfigResult |
UpdateFieldLevelEncryptionConfigResult.withFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the results of updating the configuration.
|
GetFieldLevelEncryptionResult |
GetFieldLevelEncryptionResult.withFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the field-level encryption configuration information.
|
CreateFieldLevelEncryptionConfigResult |
CreateFieldLevelEncryptionConfigResult.withFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
|
Copyright © 2022. All rights reserved.