| Package | Description |
|---|---|
| software.amazon.awssdk.services.rbin.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
Information about the tags to assign to the retention rule.
|
List<Tag> |
ListTagsForResourceResponse.tags()
Information about the tags assigned to the retention rule.
|
List<Tag> |
CreateRuleResponse.tags()
Information about the tags assigned to the retention rule.
|
List<Tag> |
CreateRuleRequest.tags()
Information about the tags to assign to the retention rule.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
Information about the tags to assign to the retention rule.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
Information about the tags assigned to the retention rule.
|
CreateRuleResponse.Builder |
CreateRuleResponse.Builder.tags(Tag... tags)
Information about the tags assigned to the retention rule.
|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.tags(Tag... tags)
Information about the tags to assign to the retention rule.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
Information about the tags to assign to the retention rule.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
Information about the tags assigned to the retention rule.
|
CreateRuleResponse.Builder |
CreateRuleResponse.Builder.tags(Collection<Tag> tags)
Information about the tags assigned to the retention rule.
|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.tags(Collection<Tag> tags)
Information about the tags to assign to the retention rule.
|
Copyright © 2022. All rights reserved.