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