| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model | |
| software.amazon.awssdk.services.applicationdiscovery.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationTag> |
DescribeTagsResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ConfigurationTag> |
DescribeTagsPublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ConfigurationTag> |
DescribeTagsIterable.tags()
Returns an iterable to iterate through the paginated
DescribeTagsResponse.tags() member. |
Copyright © 2023. All rights reserved.