| 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()
Describes the specified tags.
|
DescribeTagsResult |
AmazonAutoScaling.describeTags()
Describes the specified tags.
|
DescribeTagsResult |
AmazonAutoScalingClient.describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.
|
DescribeTagsResult |
AmazonAutoScaling.describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
DescribeTagsResult |
DescribeTagsResult.clone() |
DescribeTagsResult |
DescribeTagsResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeTagsResult |
DescribeTagsResult.withTags(Collection<TagDescription> tags)
The tags.
|
DescribeTagsResult |
DescribeTagsResult.withTags(TagDescription... tags)
The tags.
|
Copyright © 2015. All rights reserved.