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 DescribeTagsResultAbstractAWSApplicationDiscovery. describeTags(DescribeTagsRequest request)DescribeTagsResultAWSApplicationDiscovery. describeTags(DescribeTagsRequest describeTagsRequest)Retrieves a list of configuration items that are tagged with a specific tag.DescribeTagsResultAWSApplicationDiscoveryClient. 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 DescribeTagsRequestDescribeTagsRequest. clone()DescribeTagsRequestDescribeTagsRequest. withFilters(TagFilter... filters)You can filter the list using a key-value format.DescribeTagsRequestDescribeTagsRequest. withFilters(Collection<TagFilter> filters)You can filter the list using a key-value format.DescribeTagsRequestDescribeTagsRequest. withMaxResults(Integer maxResults)The total number of items to return.DescribeTagsRequestDescribeTagsRequest. withNextToken(String nextToken)A token to start the list.
-