Package | Description |
---|---|
com.amazonaws.services.elasticache.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> |
ListTagsForResourceResult.getTagList()
A list of cost allocation tags as key-value pairs.
|
List<Tag> |
RemoveTagsFromResourceResult.getTagList()
A list of cost allocation tags as key-value pairs.
|
List<Tag> |
AddTagsToResourceResult.getTagList()
A list of cost allocation tags as key-value pairs.
|
List<Tag> |
AddTagsToResourceRequest.getTags()
A list of cost allocation tags to be added to this resource.
|
List<Tag> |
CreateReplicationGroupRequest.getTags()
A list of cost allocation tags to be added to this resource.
|
List<Tag> |
CreateCacheClusterRequest.getTags()
A list of cost allocation tags to be added to this resource.
|
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Tag... tagList)
A list of cost allocation tags as key-value pairs.
|
RemoveTagsFromResourceResult |
RemoveTagsFromResourceResult.withTagList(Tag... tagList)
A list of cost allocation tags as key-value pairs.
|
AddTagsToResourceResult |
AddTagsToResourceResult.withTagList(Tag... tagList)
A list of cost allocation tags as key-value pairs.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Tag... tags)
A list of cost allocation tags to be added to this resource.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withTags(Tag... tags)
A list of cost allocation tags to be added to this resource.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withTags(Tag... tags)
A list of cost allocation tags to be added to this resource.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTagsForResourceResult.setTagList(Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
void |
RemoveTagsFromResourceResult.setTagList(Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
void |
AddTagsToResourceResult.setTagList(Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
void |
AddTagsToResourceRequest.setTags(Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
void |
CreateReplicationGroupRequest.setTags(Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
void |
CreateCacheClusterRequest.setTags(Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
RemoveTagsFromResourceResult |
RemoveTagsFromResourceResult.withTagList(Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
AddTagsToResourceResult |
AddTagsToResourceResult.withTagList(Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withTags(Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withTags(Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
Copyright © 2018. All rights reserved.