Uses of Class
com.amazonaws.services.autoscaling.model.DescribeTagsResult
Packages that use DescribeTagsResult
-
Uses of DescribeTagsResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return DescribeTagsResultModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.describeTags()
AbstractAmazonAutoScaling.describeTags
(DescribeTagsRequest request) AmazonAutoScaling.describeTags()
Simplified method form for invoking the DescribeTags operation.AmazonAutoScaling.describeTags
(DescribeTagsRequest describeTagsRequest) Describes the specified tags.AmazonAutoScalingClient.describeTags()
AmazonAutoScalingClient.describeTags
(DescribeTagsRequest describeTagsRequest) Describes the specified tags.Methods in com.amazonaws.services.autoscaling that return types with arguments of type DescribeTagsResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.AbstractAmazonAutoScalingAsync.describeTagsAsync
(AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Simplified method form for invoking the DescribeTags operation with an AsyncHandler.AbstractAmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest request) AbstractAmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) AmazonAutoScalingAsync.describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.AmazonAutoScalingAsync.describeTagsAsync
(AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Simplified method form for invoking the DescribeTags operation with an AsyncHandler.AmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest) Describes the specified tags.AmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Describes the specified tags.AmazonAutoScalingAsyncClient.describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.AmazonAutoScalingAsyncClient.describeTagsAsync
(AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Simplified method form for invoking the DescribeTags operation with an AsyncHandler.AmazonAutoScalingAsyncClient.describeTagsAsync
(DescribeTagsRequest request) AmazonAutoScalingAsyncClient.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type DescribeTagsResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.describeTagsAsync
(AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Simplified method form for invoking the DescribeTags operation with an AsyncHandler.AbstractAmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) AmazonAutoScalingAsync.describeTagsAsync
(AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Simplified method form for invoking the DescribeTags operation with an AsyncHandler.AmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Describes the specified tags.AmazonAutoScalingAsyncClient.describeTagsAsync
(AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Simplified method form for invoking the DescribeTags operation with an AsyncHandler.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 DescribeTagsResultModifier and TypeMethodDescriptionDescribeTagsResult.clone()
DescribeTagsResult.withNextToken
(String nextToken) The token to use when requesting the next set of items.DescribeTagsResult.withTags
(TagDescription... tags) One or more tags.DescribeTagsResult.withTags
(Collection<TagDescription> tags) One or more tags.