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