Uses of Class
com.amazonaws.services.autoscaling.model.DescribeTagsRequest
Packages that use DescribeTagsRequest
-
Uses of DescribeTagsRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type DescribeTagsRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.describeTags
(DescribeTagsRequest request) AmazonAutoScaling.describeTags
(DescribeTagsRequest describeTagsRequest) Describes the specified tags.AmazonAutoScalingClient.describeTags
(DescribeTagsRequest describeTagsRequest) Describes the specified tags.AbstractAmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest request) AbstractAmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) AmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest) Describes the specified tags.AmazonAutoScalingAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Describes the specified tags.AmazonAutoScalingAsyncClient.describeTagsAsync
(DescribeTagsRequest request) AmazonAutoScalingAsyncClient.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type DescribeTagsRequestModifier 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 DescribeTagsRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DescribeTagsRequestModifier and TypeMethodDescriptionDescribeTagsRequest.clone()
DescribeTagsRequest.withFilters
(Filter... filters) A filter used to scope the tags to return.DescribeTagsRequest.withFilters
(Collection<Filter> filters) A filter used to scope the tags to return.DescribeTagsRequest.withMaxRecords
(Integer maxRecords) The maximum number of items to return with this call.DescribeTagsRequest.withNextToken
(String nextToken) The token for the next set of items to return.