Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
AbstractAWSApplicationDiscovery.describeTags(DescribeTagsRequest request) |
DescribeTagsResult |
AWSApplicationDiscoveryClient.describeTags(DescribeTagsRequest describeTagsRequest)
Retrieves a list of configuration items that are tagged with a specific
tag.
|
DescribeTagsResult |
AWSApplicationDiscovery.describeTags(DescribeTagsRequest describeTagsRequest)
Retrieves a list of configuration items that are tagged with a specific
tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest request) |
java.util.concurrent.Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsyncClient.describeTagsAsync(DescribeTagsRequest request) |
java.util.concurrent.Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Retrieves a list of configuration items that are tagged with a specific
tag.
|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Retrieves a list of configuration items that are tagged with a specific
tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTagsResult> |
AWSApplicationDiscoveryAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Retrieves a list of configuration items that are tagged with a specific
tag.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResult.clone() |
DescribeTagsResult |
DescribeTagsResult.withNextToken(java.lang.String nextToken)
The call returns a token.
|
DescribeTagsResult |
DescribeTagsResult.withTags(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |