| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
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(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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeTagsResponse.Builder> |
DescribeTagsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.