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