| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Parameters.excludeDataVolumeTags()
[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.tagsToAdd()
The tags to apply to policy-created resources.
|
List<Tag> |
PolicyDetails.targetTags()
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
|
List<Tag> |
Schedule.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 |
|---|---|
Parameters.Builder |
Parameters.Builder.excludeDataVolumeTags(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.Builder |
Schedule.Builder.tagsToAdd(Tag... tagsToAdd)
The tags to apply to policy-created resources.
|
PolicyDetails.Builder |
PolicyDetails.Builder.targetTags(Tag... targetTags)
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
|
Schedule.Builder |
Schedule.Builder.variableTags(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 |
|---|---|
Parameters.Builder |
Parameters.Builder.excludeDataVolumeTags(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.Builder |
Schedule.Builder.tagsToAdd(Collection<Tag> tagsToAdd)
The tags to apply to policy-created resources.
|
PolicyDetails.Builder |
PolicyDetails.Builder.targetTags(Collection<Tag> targetTags)
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
|
Schedule.Builder |
Schedule.Builder.variableTags(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.