| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsOfResourceResponse.tags()
The tags currently associated with the Amazon DynamoDB resource.
|
List<Tag> |
TagResourceRequest.tags()
The tags to be assigned to the Amazon DynamoDB resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsOfResourceResponse.Builder |
ListTagsOfResourceResponse.Builder.tags(Tag... tags)
The tags currently associated with the Amazon DynamoDB resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to be assigned to the Amazon DynamoDB resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsOfResourceResponse.Builder |
ListTagsOfResourceResponse.Builder.tags(Collection<Tag> tags)
The tags currently associated with the Amazon DynamoDB resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the Amazon DynamoDB resource.
|
Copyright © 2018. All rights reserved.