Package | Description |
---|---|
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key) |
Tag |
Tag.withValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
ListTagsForResourceResult.getTags()
An array that contains the tags for the specified resource.
|
List<Tag> |
AddTagsToResourceRequest.getTags()
The key-value pair that represents the tag you want to add to the
resource.
|
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array that contains the tags for the specified resource.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Tag... tags)
The key-value pair that represents the tag you want to add to the
resource.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
An array that contains the tags for the specified resource.
|
void |
AddTagsToResourceRequest.setTags(Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the
resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array that contains the tags for the specified resource.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the
resource.
|
Copyright © 2018. All rights reserved.