| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTagsResult> |
AbstractAmazonAutoScalingAsync.describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.
|
Future<DescribeTagsResult> |
AmazonAutoScalingAsync.describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.
|
Future<DescribeTagsResult> |
AmazonAutoScalingAsyncClient.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(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Describes the specified tags.
|
Future<DescribeTagsResult> |
AmazonAutoScalingAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest |
DescribeTagsRequest.clone() |
DescribeTagsRequest |
DescribeTagsRequest.withFilters(Collection<Filter> filters)
One or more filters to scope the tags to return.
|
DescribeTagsRequest |
DescribeTagsRequest.withFilters(Filter... filters)
One or more filters 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.
|
Copyright © 2021. All rights reserved.