| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model | |
| com.amazonaws.services.clouddirectory.model.transform |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Key associated with the tag.
|
Tag |
Tag.withValue(String value)
Value associated with the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
List of tag key value pairs.
|
List<Tag> |
ListTagsForResourceResult.getTags()
List of tag key value pairs associated with the response.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
List of tag key value pairs.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
List of tag key value pairs associated with the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
List of tag key value pairs.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
List of tag key value pairs associated with the response.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
List of tag key value pairs.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
List of tag key value pairs associated with the response.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagMarshaller.marshall(Tag tag,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.