static DescribeTagsResponse.Builder |
DescribeTagsResponse.builder() |
|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.nextToken(String nextToken) |
The call returns a token.
|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(Collection<ConfigurationTag> tags) |
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags
for a specific configuration item.
|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(Consumer<ConfigurationTag.Builder>... tags) |
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags
for a specific configuration item.
|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(ConfigurationTag... tags) |
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags
for a specific configuration item.
|
DescribeTagsResponse.Builder |
DescribeTagsResponse.toBuilder() |
|