| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
UntagResourceResponse.tags()
The tag keys that have been removed from the cluster.
|
List<Tag> |
CreateClusterRequest.tags()
A set of tags to associate with the DAX cluster.
|
List<Tag> |
ListTagsResponse.tags()
A list of tags currently associated with the DAX cluster.
|
List<Tag> |
TagResourceResponse.tags()
The list of tags that are associated with the DAX resource.
|
List<Tag> |
TagResourceRequest.tags()
The tags to be assigned to the DAX resource.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResponse.Builder |
UntagResourceResponse.Builder.tags(Tag... tags)
The tag keys that have been removed from the cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.tags(Tag... tags)
A set of tags to associate with the DAX cluster.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Tag... tags)
A list of tags currently associated with the DAX cluster.
|
TagResourceResponse.Builder |
TagResourceResponse.Builder.tags(Tag... tags)
The list of tags that are associated with the DAX resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to be assigned to the DAX resource.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResponse.Builder |
UntagResourceResponse.Builder.tags(Collection<Tag> tags)
The tag keys that have been removed from the cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.tags(Collection<Tag> tags)
A set of tags to associate with the DAX cluster.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Collection<Tag> tags)
A list of tags currently associated with the DAX cluster.
|
TagResourceResponse.Builder |
TagResourceResponse.Builder.tags(Collection<Tag> tags)
The list of tags that are associated with the DAX resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the DAX resource.
|
Copyright © 2022. All rights reserved.