| 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 KMS key to use for EBS encryption.
|
CrossRegionCopyRule |
CrossRegionCopyRule.withCopyTags(Boolean copyTags)
Indicates whether to copy all user-defined tags from the source snapshot to the cross-Region snapshot copy.
|
CrossRegionCopyRule |
CrossRegionCopyRule.withDeprecateRule(CrossRegionCopyDeprecateRule deprecateRule)
The AMI deprecation rule for cross-Region AMI copies created by the rule.
|
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 that indicates how long snapshot copies are to be retained in the destination Region.
|
CrossRegionCopyRule |
CrossRegionCopyRule.withTarget(String target)
The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
|
CrossRegionCopyRule |
CrossRegionCopyRule.withTargetRegion(String targetRegion)
Avoid using this parameter when creating new policies.
|
| 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.