| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
CrossRegionCopyRule |
CrossRegionCopyRule.clone() |
CrossRegionCopyRule |
CrossRegionCopyRule.withCmkArn(String cmkArn)
The Amazon Resource Name (ARN) of the AWS KMS customer master key (CMK) to use for EBS encryption.
|
CrossRegionCopyRule |
CrossRegionCopyRule.withCopyTags(Boolean copyTags)
Copy all user-defined tags from the source snapshot to the copied snapshot.
|
CrossRegionCopyRule |
CrossRegionCopyRule.withEncrypted(Boolean encrypted)
To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using
this parameter.
|
CrossRegionCopyRule |
CrossRegionCopyRule.withRetainRule(CrossRegionCopyRetainRule retainRule)
The retention rule.
|
CrossRegionCopyRule |
CrossRegionCopyRule.withTargetRegion(String targetRegion)
The target Region.
|
| Modifier and Type | Method and Description |
|---|---|
List<CrossRegionCopyRule> |
Schedule.getCrossRegionCopyRules()
The rule for cross-Region snapshot copies.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.withCrossRegionCopyRules(CrossRegionCopyRule... crossRegionCopyRules)
The rule for cross-Region snapshot copies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setCrossRegionCopyRules(Collection<CrossRegionCopyRule> crossRegionCopyRules)
The rule for cross-Region snapshot copies.
|
Schedule |
Schedule.withCrossRegionCopyRules(Collection<CrossRegionCopyRule> crossRegionCopyRules)
The rule for cross-Region snapshot copies.
|
Copyright © 2021. All rights reserved.