| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| 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.
|
Copyright © 2018. All rights reserved.