| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration |
EncryptionConfiguration.clone() |
EncryptionConfiguration |
CrossRegionCopyAction.getEncryptionConfiguration()
The encryption settings for the copied snapshot.
|
EncryptionConfiguration |
EncryptionConfiguration.withCmkArn(String cmkArn)
The Amazon Resource Name (ARN) of the KMS key to use for EBS encryption.
|
EncryptionConfiguration |
EncryptionConfiguration.withEncrypted(Boolean encrypted)
To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using
this parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrossRegionCopyAction.setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption settings for the copied snapshot.
|
CrossRegionCopyAction |
CrossRegionCopyAction.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption settings for the copied snapshot.
|
Copyright © 2024. All rights reserved.