Uses of Class
com.amazonaws.services.ec2.model.DescribeTagsResult
-
Packages that use DescribeTagsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeTagsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResult
AbstractAmazonEC2. describeTags()
DescribeTagsResult
AbstractAmazonEC2. describeTags(DescribeTagsRequest request)
DescribeTagsResult
AmazonEC2. describeTags()
Simplified method form for invoking the DescribeTags operation.DescribeTagsResult
AmazonEC2. describeTags(DescribeTagsRequest describeTagsRequest)
Describes one or more of the tags for your EC2 resources.DescribeTagsResult
AmazonEC2Client. describeTags()
DescribeTagsResult
AmazonEC2Client. describeTags(DescribeTagsRequest describeTagsRequest)
Describes one or more of the tags for your EC2 resources.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeTagsResult Modifier and Type Method Description Future<DescribeTagsResult>
AbstractAmazonEC2Async. describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.Future<DescribeTagsResult>
AbstractAmazonEC2Async. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AbstractAmazonEC2Async. describeTagsAsync(DescribeTagsRequest request)
Future<DescribeTagsResult>
AbstractAmazonEC2Async. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Future<DescribeTagsResult>
AmazonEC2Async. describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.Future<DescribeTagsResult>
AmazonEC2Async. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AmazonEC2Async. describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Describes one or more of the tags for your EC2 resources.Future<DescribeTagsResult>
AmazonEC2Async. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Describes one or more of the tags for your EC2 resources.Future<DescribeTagsResult>
AmazonEC2AsyncClient. describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.Future<DescribeTagsResult>
AmazonEC2AsyncClient. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AmazonEC2AsyncClient. describeTagsAsync(DescribeTagsRequest request)
Future<DescribeTagsResult>
AmazonEC2AsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeTagsResult Modifier and Type Method Description Future<DescribeTagsResult>
AbstractAmazonEC2Async. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AbstractAmazonEC2Async. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Future<DescribeTagsResult>
AmazonEC2Async. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AmazonEC2Async. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Describes one or more of the tags for your EC2 resources.Future<DescribeTagsResult>
AmazonEC2AsyncClient. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AmazonEC2AsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
-
Uses of DescribeTagsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResult
DescribeTagsResult. clone()
DescribeTagsResult
DescribeTagsResult. withNextToken(String nextToken)
The token to use to retrieve the next page of results.DescribeTagsResult
DescribeTagsResult. withTags(TagDescription... tags)
A list of tags.DescribeTagsResult
DescribeTagsResult. withTags(Collection<TagDescription> tags)
A list of tags.
-