| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
Schedule.withCopyTags(Boolean copyTags)
Copy all user-defined tags on a source volume to snapshots of the volume created by this policy.
|
Schedule |
Schedule.withCreateRule(CreateRule createRule)
The creation rule.
|
Schedule |
Schedule.withCrossRegionCopyRules(Collection<CrossRegionCopyRule> crossRegionCopyRules)
The rule for cross-Region snapshot copies.
|
Schedule |
Schedule.withCrossRegionCopyRules(CrossRegionCopyRule... crossRegionCopyRules)
The rule for cross-Region snapshot copies.
|
Schedule |
Schedule.withDeprecateRule(DeprecateRule deprecateRule)
The AMI deprecation rule for the schedule.
|
Schedule |
Schedule.withFastRestoreRule(FastRestoreRule fastRestoreRule)
The rule for enabling fast snapshot restore.
|
Schedule |
Schedule.withName(String name)
The name of the schedule.
|
Schedule |
Schedule.withRetainRule(RetainRule retainRule)
The retention rule.
|
Schedule |
Schedule.withShareRules(Collection<ShareRule> shareRules)
The rule for sharing snapshots with other Amazon Web Services accounts.
|
Schedule |
Schedule.withShareRules(ShareRule... shareRules)
The rule for sharing snapshots with other Amazon Web Services accounts.
|
Schedule |
Schedule.withTagsToAdd(Collection<Tag> tagsToAdd)
The tags to apply to policy-created resources.
|
Schedule |
Schedule.withTagsToAdd(Tag... tagsToAdd)
The tags to apply to policy-created resources.
|
Schedule |
Schedule.withVariableTags(Collection<Tag> variableTags)
A collection of key/value pairs with values determined dynamically when the policy is executed.
|
Schedule |
Schedule.withVariableTags(Tag... variableTags)
A collection of key/value pairs with values determined dynamically when the policy is executed.
|
| Modifier and Type | Method and Description |
|---|---|
List<Schedule> |
PolicyDetails.getSchedules()
The schedules of policy-defined actions for snapshot and AMI lifecycle policies.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDetails |
PolicyDetails.withSchedules(Schedule... schedules)
The schedules of policy-defined actions for snapshot and AMI lifecycle policies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyDetails.setSchedules(Collection<Schedule> schedules)
The schedules of policy-defined actions for snapshot and AMI lifecycle policies.
|
PolicyDetails |
PolicyDetails.withSchedules(Collection<Schedule> schedules)
The schedules of policy-defined actions for snapshot and AMI lifecycle policies.
|
Copyright © 2021. All rights reserved.