| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Schedule.tagsToAdd()
The tags to apply to policy-created resources.
|
List<Tag> |
PolicyDetails.targetTags()
The single tag that identifies targeted resources for this policy.
|
List<Tag> |
Schedule.variableTags()
A collection of key/value pairs with values determined dynamically when the policy is executed.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule.Builder |
Schedule.Builder.tagsToAdd(Tag... tagsToAdd)
The tags to apply to policy-created resources.
|
PolicyDetails.Builder |
PolicyDetails.Builder.targetTags(Tag... targetTags)
The single tag that identifies targeted resources for this policy.
|
Schedule.Builder |
Schedule.Builder.variableTags(Tag... variableTags)
A collection of key/value pairs with values determined dynamically when the policy is executed.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule.Builder |
Schedule.Builder.tagsToAdd(Collection<Tag> tagsToAdd)
The tags to apply to policy-created resources.
|
PolicyDetails.Builder |
PolicyDetails.Builder.targetTags(Collection<Tag> targetTags)
The single tag that identifies targeted resources for this policy.
|
Schedule.Builder |
Schedule.Builder.variableTags(Collection<Tag> variableTags)
A collection of key/value pairs with values determined dynamically when the policy is executed.
|
Copyright © 2020. All rights reserved.