| 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 or AMI to the cross-Region copy.
|
CrossRegionCopyRule |
CrossRegionCopyRule.withDeprecateRule(CrossRegionCopyDeprecateRule deprecateRule)
[AMI policies only] 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 the cross-Region snapshot or AMI 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)
|
| Modifier and Type | Method and Description |
|---|---|
List<CrossRegionCopyRule> |
Schedule.getCrossRegionCopyRules()
Specifies a rule for copying snapshots or AMIs across regions.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.withCrossRegionCopyRules(CrossRegionCopyRule... crossRegionCopyRules)
Specifies a rule for copying snapshots or AMIs across regions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setCrossRegionCopyRules(Collection<CrossRegionCopyRule> crossRegionCopyRules)
Specifies a rule for copying snapshots or AMIs across regions.
|
Schedule |
Schedule.withCrossRegionCopyRules(Collection<CrossRegionCopyRule> crossRegionCopyRules)
Specifies a rule for copying snapshots or AMIs across regions.
|
Copyright © 2022. All rights reserved.