Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
ListTagsForResourceResult.tags
An array that contains the tags for the specified resource.
|
private SdkInternalList<Tag> |
AddTagsToResourceRequest.tags
The key-value pair that represents the tag you want to add to the
resource.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key) |
Tag |
Tag.withValue(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
ListTagsForResourceResult.getTags()
An array that contains the tags for the specified resource.
|
java.util.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(java.util.Collection<Tag> tags)
An array that contains the tags for the specified resource.
|
void |
AddTagsToResourceRequest.setTags(java.util.Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the
resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(java.util.Collection<Tag> tags)
An array that contains the tags for the specified resource.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(java.util.Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the
resource.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|