| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag key.
|
Tag |
Tag.withValue(String value)
The tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Parameters.getExcludeDataVolumeTags()
[Snapshot policies that target instances only] The tags used to identify data (non-root) volumes to
exclude from multi-volume snapshot sets.
|
List<Tag> |
Schedule.getTagsToAdd()
The tags to apply to policy-created resources.
|
List<Tag> |
PolicyDetails.getTargetTags()
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
|
List<Tag> |
Schedule.getVariableTags()
[AMI policies and snapshot policies that target instances only] A collection of key/value pairs with
values determined dynamically when the policy is executed.
|
| Modifier and Type | Method and Description |
|---|---|
Parameters |
Parameters.withExcludeDataVolumeTags(Tag... excludeDataVolumeTags)
[Snapshot policies that target instances only] The tags used to identify data (non-root) volumes to
exclude from multi-volume snapshot sets.
|
Schedule |
Schedule.withTagsToAdd(Tag... tagsToAdd)
The tags to apply to policy-created resources.
|
PolicyDetails |
PolicyDetails.withTargetTags(Tag... targetTags)
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
|
Schedule |
Schedule.withVariableTags(Tag... variableTags)
[AMI policies and snapshot policies that target instances only] A collection of key/value pairs with
values determined dynamically when the policy is executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parameters.setExcludeDataVolumeTags(Collection<Tag> excludeDataVolumeTags)
[Snapshot policies that target instances only] The tags used to identify data (non-root) volumes to
exclude from multi-volume snapshot sets.
|
void |
Schedule.setTagsToAdd(Collection<Tag> tagsToAdd)
The tags to apply to policy-created resources.
|
void |
PolicyDetails.setTargetTags(Collection<Tag> targetTags)
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
|
void |
Schedule.setVariableTags(Collection<Tag> variableTags)
[AMI policies and snapshot policies that target instances only] A collection of key/value pairs with
values determined dynamically when the policy is executed.
|
Parameters |
Parameters.withExcludeDataVolumeTags(Collection<Tag> excludeDataVolumeTags)
[Snapshot policies that target instances only] The tags used to identify data (non-root) volumes to
exclude from multi-volume snapshot sets.
|
Schedule |
Schedule.withTagsToAdd(Collection<Tag> tagsToAdd)
The tags to apply to policy-created resources.
|
PolicyDetails |
PolicyDetails.withTargetTags(Collection<Tag> targetTags)
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
|
Schedule |
Schedule.withVariableTags(Collection<Tag> variableTags)
[AMI policies and snapshot policies that target instances only] A collection of key/value pairs with
values determined dynamically when the policy is executed.
|
Copyright © 2023. All rights reserved.