Uses of Class
com.amazonaws.services.autoscaling.model.DescribeTagsRequest
-
Packages that use DescribeTagsRequest Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of DescribeTagsRequest in com.amazonaws.services.autoscaling
Method parameters in com.amazonaws.services.autoscaling with type arguments of type DescribeTagsRequest 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 DescribeTagsRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DescribeTagsRequest Modifier and Type Method Description DescribeTagsRequest
DescribeTagsRequest. clone()
DescribeTagsRequest
DescribeTagsRequest. withFilters(Filter... filters)
A filter used to scope the tags to return.DescribeTagsRequest
DescribeTagsRequest. withFilters(Collection<Filter> filters)
A filter used to scope the tags to return.DescribeTagsRequest
DescribeTagsRequest. withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.DescribeTagsRequest
DescribeTagsRequest. withNextToken(String nextToken)
The token for the next set of items to return.
-