| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
static Encryption.Builder |
Encryption.builder() |
Encryption.Builder |
Encryption.Builder.encryptionType(EncryptionType encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256 or aws:kms. |
Encryption.Builder |
Encryption.Builder.encryptionType(String encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256 or aws:kms. |
Encryption.Builder |
Encryption.Builder.kmsContext(String kmsContext)
Optional.
|
Encryption.Builder |
Encryption.Builder.kmsKeyId(String kmsKeyId)
The AWS KMS key ID to use for object encryption.
|
Encryption.Builder |
Encryption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Encryption.Builder> |
Encryption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3Location.Builder |
S3Location.Builder.encryption(Consumer<Encryption.Builder> encryption)
Contains information about the encryption used to store the job results in Amazon S3.
|
Copyright © 2023. All rights reserved.