Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
RemoveTagsFromResourceResult.tagList
A list of cost allocation tags as key-value pairs.
|
private SdkInternalList<Tag> |
ListTagsForResourceResult.tagList
A list of cost allocation tags as key-value pairs.
|
private SdkInternalList<Tag> |
AddTagsToResourceResult.tagList
A list of cost allocation tags as key-value pairs.
|
private SdkInternalList<Tag> |
CreateReplicationGroupRequest.tags
A list of cost allocation tags to be added to this resource.
|
private SdkInternalList<Tag> |
CreateCacheClusterRequest.tags
A list of cost allocation tags to be added to this resource.
|
private SdkInternalList<Tag> |
AddTagsToResourceRequest.tags
A list of cost allocation tags to be added to this resource.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key for the tag.
|
Tag |
Tag.withValue(java.lang.String value)
The tag's value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
RemoveTagsFromResourceResult.getTagList()
A list of cost allocation tags as key-value pairs.
|
java.util.List<Tag> |
ListTagsForResourceResult.getTagList()
A list of cost allocation tags as key-value pairs.
|
java.util.List<Tag> |
AddTagsToResourceResult.getTagList()
A list of cost allocation tags as key-value pairs.
|
java.util.List<Tag> |
CreateReplicationGroupRequest.getTags()
A list of cost allocation tags to be added to this resource.
|
java.util.List<Tag> |
CreateCacheClusterRequest.getTags()
A list of cost allocation tags to be added to this resource.
|
java.util.List<Tag> |
AddTagsToResourceRequest.getTags()
A list of cost allocation tags to be added to this resource.
|
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromResourceResult |
RemoveTagsFromResourceResult.withTagList(Tag... tagList)
A list of cost allocation tags as key-value pairs.
|
ListTagsForResourceResult |
ListTagsForResourceResult.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.
|
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.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Tag... tags)
A list of cost allocation tags to be added to this resource.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveTagsFromResourceResult.setTagList(java.util.Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
void |
ListTagsForResourceResult.setTagList(java.util.Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
void |
AddTagsToResourceResult.setTagList(java.util.Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
void |
CreateReplicationGroupRequest.setTags(java.util.Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
void |
CreateCacheClusterRequest.setTags(java.util.Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
void |
AddTagsToResourceRequest.setTags(java.util.Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
RemoveTagsFromResourceResult |
RemoveTagsFromResourceResult.withTagList(java.util.Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(java.util.Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
AddTagsToResourceResult |
AddTagsToResourceResult.withTagList(java.util.Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withTags(java.util.Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withTags(java.util.Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(java.util.Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |