Uses of Class
com.amazonaws.services.applicationdiscovery.model.DescribeTagsResult
-
Packages that use DescribeTagsResult Package Description com.amazonaws.services.applicationdiscovery com.amazonaws.services.applicationdiscovery.model -
-
Uses of DescribeTagsResult in com.amazonaws.services.applicationdiscovery
Methods in com.amazonaws.services.applicationdiscovery that return DescribeTagsResult 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.Methods in com.amazonaws.services.applicationdiscovery that return types with arguments of type DescribeTagsResult Modifier and Type Method Description 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 DescribeTagsResult 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 DescribeTagsResult in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResultDescribeTagsResult. clone()DescribeTagsResultDescribeTagsResult. withNextToken(String nextToken)The call returns a token.DescribeTagsResultDescribeTagsResult. 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.DescribeTagsResultDescribeTagsResult. 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.
-