| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeTagsResponse |
ApplicationDiscoveryClient.describeTags()
Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value,
passed to the optional parameter
filters. |
default DescribeTagsResponse |
ApplicationDiscoveryClient.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value,
passed to the optional parameter
filters. |
default DescribeTagsResponse |
ApplicationDiscoveryClient.describeTags(DescribeTagsRequest describeTagsRequest)
Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value,
passed to the optional parameter
filters. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeTagsResponse> |
ApplicationDiscoveryAsyncClient.describeTags()
Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value,
passed to the optional parameter
filters. |
default CompletableFuture<DescribeTagsResponse> |
ApplicationDiscoveryAsyncClient.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value,
passed to the optional parameter
filters. |
default CompletableFuture<DescribeTagsResponse> |
ApplicationDiscoveryAsyncClient.describeTags(DescribeTagsRequest describeTagsRequest)
Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value,
passed to the optional parameter
filters. |
Copyright © 2022. All rights reserved.