| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.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 tag's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
UntagResourceResult.getTagList()
The list of tags removed
|
List<Tag> |
TagResourceResult.getTagList()
A list of tags as key-value pairs.
|
List<Tag> |
ListTagsResult.getTagList()
A list of tags as key-value pairs.
|
List<Tag> |
TagResourceRequest.getTags()
A list of tags to be added to this resource.
|
List<Tag> |
CreateUserRequest.getTags()
A list of tags to be added to this resource.
|
List<Tag> |
CreateSubnetGroupRequest.getTags()
A list of tags to be added to this resource.
|
List<Tag> |
CreateSnapshotRequest.getTags()
A list of tags to be added to this resource.
|
List<Tag> |
CreateACLRequest.getTags()
A list of tags to be added to this resource.
|
List<Tag> |
CopySnapshotRequest.getTags()
A list of tags to be added to this resource.
|
List<Tag> |
CreateClusterRequest.getTags()
A list of tags to be added to this resource.
|
List<Tag> |
CreateParameterGroupRequest.getTags()
A list of tags to be added to this resource.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResult |
UntagResourceResult.withTagList(Tag... tagList)
The list of tags removed
|
TagResourceResult |
TagResourceResult.withTagList(Tag... tagList)
A list of tags as key-value pairs.
|
ListTagsResult |
ListTagsResult.withTagList(Tag... tagList)
A list of tags as key-value pairs.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
CreateUserRequest |
CreateUserRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
CreateSubnetGroupRequest |
CreateSubnetGroupRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
CreateACLRequest |
CreateACLRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
CopySnapshotRequest |
CopySnapshotRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
CreateParameterGroupRequest |
CreateParameterGroupRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UntagResourceResult.setTagList(Collection<Tag> tagList)
The list of tags removed
|
void |
TagResourceResult.setTagList(Collection<Tag> tagList)
A list of tags as key-value pairs.
|
void |
ListTagsResult.setTagList(Collection<Tag> tagList)
A list of tags as key-value pairs.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
void |
CreateUserRequest.setTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
void |
CreateSubnetGroupRequest.setTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
void |
CreateSnapshotRequest.setTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
void |
CreateACLRequest.setTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
void |
CopySnapshotRequest.setTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
void |
CreateClusterRequest.setTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
void |
CreateParameterGroupRequest.setTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
UntagResourceResult |
UntagResourceResult.withTagList(Collection<Tag> tagList)
The list of tags removed
|
TagResourceResult |
TagResourceResult.withTagList(Collection<Tag> tagList)
A list of tags as key-value pairs.
|
ListTagsResult |
ListTagsResult.withTagList(Collection<Tag> tagList)
A list of tags as key-value pairs.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateUserRequest |
CreateUserRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateSubnetGroupRequest |
CreateSubnetGroupRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateACLRequest |
CreateACLRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CopySnapshotRequest |
CopySnapshotRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateParameterGroupRequest |
CreateParameterGroupRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
Copyright © 2022. All rights reserved.