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