| Package | Description |
|---|---|
| com.amazonaws.services.recyclebin.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> |
CreateRuleResult.getTags()
Information about the tags assigned to the retention rule.
|
List<Tag> |
CreateRuleRequest.getTags()
Information about the tags to assign to the retention rule.
|
List<Tag> |
TagResourceRequest.getTags()
Information about the tags to assign to the retention rule.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Information about the tags assigned to the retention rule.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRuleResult |
CreateRuleResult.withTags(Tag... tags)
Information about the tags assigned to the retention rule.
|
CreateRuleRequest |
CreateRuleRequest.withTags(Tag... tags)
Information about the tags to assign to the retention rule.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
Information about the tags to assign to the retention rule.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Information about the tags assigned to the retention rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRuleResult.setTags(Collection<Tag> tags)
Information about the tags assigned to the retention rule.
|
void |
CreateRuleRequest.setTags(Collection<Tag> tags)
Information about the tags to assign to the retention rule.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
Information about the tags to assign to the retention rule.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Information about the tags assigned to the retention rule.
|
CreateRuleResult |
CreateRuleResult.withTags(Collection<Tag> tags)
Information about the tags assigned to the retention rule.
|
CreateRuleRequest |
CreateRuleRequest.withTags(Collection<Tag> tags)
Information about the tags to assign to the retention rule.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
Information about the tags to assign to the retention rule.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Information about the tags assigned to the retention rule.
|
Copyright © 2023. All rights reserved.