| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsResponse.Builder |
ListTagsResponse.builder() |
ListTagsResponse.Builder |
ListTagsResponse.Builder.nextToken(String nextToken)
If this value is present, there are additional results to be displayed.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Collection<Tag> tags)
A list of tags currently associated with the DAX cluster.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags currently associated with the DAX cluster.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Tag... tags)
A list of tags currently associated with the DAX cluster.
|
ListTagsResponse.Builder |
ListTagsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsResponse.Builder> |
ListTagsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.