| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key for the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
UntagResourceResult.getTags()
The tag keys that have been removed from the cluster.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to be assigned to the DAX resource.
|
List<Tag> |
TagResourceResult.getTags()
The list of tags that are associated with the DAX resource.
|
List<Tag> |
ListTagsResult.getTags()
A list of tags currently associated with the DAX cluster.
|
List<Tag> |
CreateClusterRequest.getTags()
A set of tags to associate with the DAX cluster.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResult |
UntagResourceResult.withTags(Tag... tags)
The tag keys that have been removed from the cluster.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to be assigned to the DAX resource.
|
TagResourceResult |
TagResourceResult.withTags(Tag... tags)
The list of tags that are associated with the DAX resource.
|
ListTagsResult |
ListTagsResult.withTags(Tag... tags)
A list of tags currently associated with the DAX cluster.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Tag... tags)
A set of tags to associate with the DAX cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UntagResourceResult.setTags(Collection<Tag> tags)
The tag keys that have been removed from the cluster.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the DAX resource.
|
void |
TagResourceResult.setTags(Collection<Tag> tags)
The list of tags that are associated with the DAX resource.
|
void |
ListTagsResult.setTags(Collection<Tag> tags)
A list of tags currently associated with the DAX cluster.
|
void |
CreateClusterRequest.setTags(Collection<Tag> tags)
A set of tags to associate with the DAX cluster.
|
UntagResourceResult |
UntagResourceResult.withTags(Collection<Tag> tags)
The tag keys that have been removed from the cluster.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the DAX resource.
|
TagResourceResult |
TagResourceResult.withTags(Collection<Tag> tags)
The list of tags that are associated with the DAX resource.
|
ListTagsResult |
ListTagsResult.withTags(Collection<Tag> tags)
A list of tags currently associated with the DAX cluster.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Collection<Tag> tags)
A set of tags to associate with the DAX cluster.
|
Copyright © 2020. All rights reserved.