| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces |
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
|
| software.amazon.awssdk.services.keyspaces.paginators | |
| software.amazon.awssdk.services.keyspaces.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse |
KeyspacesClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
KeyspacesAsyncClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
default ListTagsForResourceIterable |
KeyspacesClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
default ListTagsForResourcePublisher |
KeyspacesAsyncClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
| Constructor and Description |
|---|
ListTagsForResourceIterable(KeyspacesClient client,
ListTagsForResourceRequest firstRequest) |
ListTagsForResourcePublisher(KeyspacesAsyncClient client,
ListTagsForResourceRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTagsForResourceRequestMarshaller.marshall(ListTagsForResourceRequest listTagsForResourceRequest) |
Copyright © 2023. All rights reserved.