| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model | |
| software.amazon.awssdk.services.keyspaces.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateTableRequest.tags()
A list of key-value pair tags to be attached to the resource.
|
List<Tag> |
CreateKeyspaceRequest.tags()
A list of key-value pair tags to be attached to the keyspace.
|
List<Tag> |
TagResourceRequest.tags()
The tags to be assigned to the Amazon Keyspaces resource.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tags.
|
List<Tag> |
UntagResourceRequest.tags()
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
List<Tag> |
RestoreTableRequest.tagsOverride()
A list of key-value pair tags to be attached to the restored table.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest.Builder |
CreateTableRequest.Builder.tags(Tag... tags)
A list of key-value pair tags to be attached to the resource.
|
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.tags(Tag... tags)
A list of key-value pair tags to be attached to the keyspace.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to be assigned to the Amazon Keyspaces resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tags.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tags(Tag... tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.tagsOverride(Tag... tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest.Builder |
CreateTableRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the resource.
|
CreateKeyspaceRequest.Builder |
CreateKeyspaceRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the keyspace.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the Amazon Keyspaces resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tags.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.tagsOverride(Collection<Tag> tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Tag> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Tag> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
Copyright © 2022. All rights reserved.