| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
Encryption |
Encryption.clone() |
Encryption |
S3Location.getEncryption()
Contains information about the encryption used to store the job results in Amazon S3.
|
Encryption |
Encryption.withEncryptionType(EncryptionType encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256
or aws:kms. |
Encryption |
Encryption.withEncryptionType(String encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256
or aws:kms. |
Encryption |
Encryption.withKMSContext(String kMSContext)
Optional.
|
Encryption |
Encryption.withKMSKeyId(String kMSKeyId)
The AWS KMS key ID to use for object encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3Location.setEncryption(Encryption encryption)
Contains information about the encryption used to store the job results in Amazon S3.
|
S3Location |
S3Location.withEncryption(Encryption encryption)
Contains information about the encryption used to store the job results in Amazon S3.
|
Copyright © 2019. All rights reserved.