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 DescribeTagsResult
AbstractAmazonAutoScaling. describeTags()
DescribeTagsResult
AbstractAmazonAutoScaling. describeTags(DescribeTagsRequest request)
DescribeTagsResult
AmazonAutoScaling. describeTags()
Simplified method form for invoking the DescribeTags operation.DescribeTagsResult
AmazonAutoScaling. describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.DescribeTagsResult
AmazonAutoScalingClient. describeTags()
DescribeTagsResult
AmazonAutoScalingClient. 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 DescribeTagsResult
DescribeTagsResult. clone()
DescribeTagsResult
DescribeTagsResult. withNextToken(String nextToken)
The token to use when requesting the next set of items.DescribeTagsResult
DescribeTagsResult. withTags(TagDescription... tags)
One or more tags.DescribeTagsResult
DescribeTagsResult. withTags(Collection<TagDescription> tags)
One or more tags.
-