| 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> |
Schedule.getTagsToAdd()
The tags to apply to policy-created resources.
|
List<Tag> |
PolicyDetails.getTargetTags()
The single tag that identifies targeted resources for this policy.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.withTagsToAdd(Tag... tagsToAdd)
The tags to apply to policy-created resources.
|
PolicyDetails |
PolicyDetails.withTargetTags(Tag... targetTags)
The single tag that identifies targeted resources for this policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setTagsToAdd(Collection<Tag> tagsToAdd)
The tags to apply to policy-created resources.
|
void |
PolicyDetails.setTargetTags(Collection<Tag> targetTags)
The single tag that identifies targeted resources for this policy.
|
Schedule |
Schedule.withTagsToAdd(Collection<Tag> tagsToAdd)
The tags to apply to policy-created resources.
|
PolicyDetails |
PolicyDetails.withTargetTags(Collection<Tag> targetTags)
The single tag that identifies targeted resources for this policy.
|
Copyright © 2018. All rights reserved.