Uses of Class
com.amazonaws.services.autoscaling.model.DescribeTagsResult
-
Packages that use DescribeTagsResult Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of DescribeTagsResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResultAbstractAmazonAutoScaling. describeTags()DescribeTagsResultAbstractAmazonAutoScaling. describeTags(DescribeTagsRequest request)DescribeTagsResultAmazonAutoScaling. describeTags()Simplified method form for invoking the DescribeTags operation.DescribeTagsResultAmazonAutoScaling. describeTags(DescribeTagsRequest describeTagsRequest)Describes the specified tags.DescribeTagsResultAmazonAutoScalingClient. describeTags()DescribeTagsResultAmazonAutoScalingClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes the specified tags.Methods in com.amazonaws.services.autoscaling that return types with arguments of type DescribeTagsResult Modifier and Type Method Description Future<DescribeTagsResult>AbstractAmazonAutoScalingAsync. describeTagsAsync()Simplified method form for invoking the DescribeTags operation.Future<DescribeTagsResult>AbstractAmazonAutoScalingAsync. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>AbstractAmazonAutoScalingAsync. describeTagsAsync(DescribeTagsRequest request)Future<DescribeTagsResult>AbstractAmazonAutoScalingAsync. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Future<DescribeTagsResult>AmazonAutoScalingAsync. describeTagsAsync()Simplified method form for invoking the DescribeTags operation.Future<DescribeTagsResult>AmazonAutoScalingAsync. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>AmazonAutoScalingAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest)Describes the specified tags.Future<DescribeTagsResult>AmazonAutoScalingAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Describes the specified tags.Future<DescribeTagsResult>AmazonAutoScalingAsyncClient. describeTagsAsync()Simplified method form for invoking the DescribeTags operation.Future<DescribeTagsResult>AmazonAutoScalingAsyncClient. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>AmazonAutoScalingAsyncClient. describeTagsAsync(DescribeTagsRequest request)Future<DescribeTagsResult>AmazonAutoScalingAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Method parameters in com.amazonaws.services.autoscaling with type arguments of type DescribeTagsResult Modifier and Type Method Description Future<DescribeTagsResult>AbstractAmazonAutoScalingAsync. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>AbstractAmazonAutoScalingAsync. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Future<DescribeTagsResult>AmazonAutoScalingAsync. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>AmazonAutoScalingAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Describes the specified tags.Future<DescribeTagsResult>AmazonAutoScalingAsyncClient. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>AmazonAutoScalingAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) -
Uses of DescribeTagsResult in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResultDescribeTagsResult. clone()DescribeTagsResultDescribeTagsResult. withNextToken(String nextToken)The token to use when requesting the next set of items.DescribeTagsResultDescribeTagsResult. withTags(TagDescription... tags)One or more tags.DescribeTagsResultDescribeTagsResult. withTags(Collection<TagDescription> tags)One or more tags.
-