| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
AmazonAutoScalingClient.describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.
|
DescribeTagsResult |
AmazonAutoScaling.describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.
|
Future<DescribeTagsResult> |
AmazonAutoScalingAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.
|
Future<DescribeTagsResult> |
AmazonAutoScalingAsyncClient.describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.
|
Future<DescribeTagsResult> |
AmazonAutoScalingAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Describes the specified tags.
|
Future<DescribeTagsResult> |
AmazonAutoScalingAsyncClient.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Describes the specified tags.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTagsResult> |
AmazonAutoScalingAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Describes the specified tags.
|
Future<DescribeTagsResult> |
AmazonAutoScalingAsyncClient.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 © 2015. All rights reserved.