Package | Description |
---|---|
com.amazonaws.services.cloudhsm.model | |
com.amazonaws.services.cloudhsm.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
ListTagsForResourceResult.tagList
One or more tags.
|
private SdkInternalList<Tag> |
AddTagsToResourceRequest.tagList
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key of the tag.
|
Tag |
Tag.withValue(java.lang.String value)
The value of the tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
ListTagsForResourceResult.getTagList()
One or more tags.
|
java.util.List<Tag> |
AddTagsToResourceRequest.getTagList()
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Tag... tagList)
One or more tags.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTagList(Tag... tagList)
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTagsForResourceResult.setTagList(java.util.Collection<Tag> tagList)
One or more tags.
|
void |
AddTagsToResourceRequest.setTagList(java.util.Collection<Tag> tagList)
One or more tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(java.util.Collection<Tag> tagList)
One or more tags.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTagList(java.util.Collection<Tag> tagList)
One or more tags.
|
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
|