| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax |
DAX is a managed caching service engineered for Amazon DynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
default ListTagsResponse |
DaxClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
List all of the tags for a DAX cluster.
|
default ListTagsResponse |
DaxClient.listTags(ListTagsRequest listTagsRequest)
List all of the tags for a DAX cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsResponse> |
DaxAsyncClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
List all of the tags for a DAX cluster.
|
default CompletableFuture<ListTagsResponse> |
DaxAsyncClient.listTags(ListTagsRequest listTagsRequest)
List all of the tags for a DAX cluster.
|
Copyright © 2020. All rights reserved.