Uses of Class
com.amazonaws.services.applicationdiscovery.model.DescribeTagsRequest
-
Packages that use DescribeTagsRequest Package Description com.amazonaws.services.applicationdiscovery com.amazonaws.services.applicationdiscovery.model -
-
Uses of DescribeTagsRequest in com.amazonaws.services.applicationdiscovery
Methods in com.amazonaws.services.applicationdiscovery with parameters of type DescribeTagsRequest Modifier and Type Method Description DescribeTagsResult
AbstractAWSApplicationDiscovery. describeTags(DescribeTagsRequest request)
DescribeTagsResult
AWSApplicationDiscovery. describeTags(DescribeTagsRequest describeTagsRequest)
Retrieves a list of configuration items that are tagged with a specific tag.DescribeTagsResult
AWSApplicationDiscoveryClient. describeTags(DescribeTagsRequest describeTagsRequest)
Retrieves a list of configuration items that are tagged with a specific tag.Future<DescribeTagsResult>
AbstractAWSApplicationDiscoveryAsync. describeTagsAsync(DescribeTagsRequest request)
Future<DescribeTagsResult>
AbstractAWSApplicationDiscoveryAsync. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Future<DescribeTagsResult>
AWSApplicationDiscoveryAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Retrieves a list of configuration items that are tagged with a specific tag.Future<DescribeTagsResult>
AWSApplicationDiscoveryAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Retrieves a list of configuration items that are tagged with a specific tag.Future<DescribeTagsResult>
AWSApplicationDiscoveryAsyncClient. describeTagsAsync(DescribeTagsRequest request)
Future<DescribeTagsResult>
AWSApplicationDiscoveryAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.applicationdiscovery with type arguments of type DescribeTagsRequest Modifier and Type Method 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 are tagged with a specific tag.Future<DescribeTagsResult>
AWSApplicationDiscoveryAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
-
Uses of DescribeTagsRequest in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return DescribeTagsRequest Modifier and Type Method Description DescribeTagsRequest
DescribeTagsRequest. clone()
DescribeTagsRequest
DescribeTagsRequest. withFilters(TagFilter... filters)
You can filter the list using a key-value format.DescribeTagsRequest
DescribeTagsRequest. withFilters(Collection<TagFilter> filters)
You can filter the list using a key-value format.DescribeTagsRequest
DescribeTagsRequest. withMaxResults(Integer maxResults)
The total number of items to return.DescribeTagsRequest
DescribeTagsRequest. withNextToken(String nextToken)
A token to start the list.
-