| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery |
|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
AbstractAWSApplicationDiscovery.describeTags(DescribeTagsRequest request) |
DescribeTagsResult |
AWSApplicationDiscoveryClient.describeTags(DescribeTagsRequest request)
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. |
DescribeTagsResult |
AWSApplicationDiscovery.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 |
|---|---|
Future<DescribeTagsResult> |
AbstractAWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest request) |
Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsync.describeTagsAsync(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. |
Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsyncClient.describeTagsAsync(DescribeTagsRequest request) |
Future<DescribeTagsResult> |
AbstractAWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
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. |
Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTagsResult> |
AbstractAWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
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. |
Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
DescribeTagsResult.clone() |
DescribeTagsResult |
DescribeTagsResult.withNextToken(String nextToken)
The call returns a token.
|
DescribeTagsResult |
DescribeTagsResult.withTags(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.
|
DescribeTagsResult |
DescribeTagsResult.withTags(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.
|
Copyright © 2023. All rights reserved.