| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tagList()
A list of tags.
|
List<Tag> |
DocumentIdentifier.tags()
The tags, or metadata, that have been applied to the document.
|
List<Tag> |
DocumentDescription.tags()
The tags, or metadata, that have been applied to the document.
|
List<Tag> |
AddTagsToResourceRequest.tags()
One or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Tag... tagList)
A list of tags.
|
DocumentIdentifier.Builder |
DocumentIdentifier.Builder.tags(Tag... tags)
The tags, or metadata, that have been applied to the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.tags(Tag... tags)
The tags, or metadata, that have been applied to the document.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Tag... tags)
One or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Collection<Tag> tagList)
A list of tags.
|
DocumentIdentifier.Builder |
DocumentIdentifier.Builder.tags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.tags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Collection<Tag> tags)
One or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagUnmarshaller.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.