Package | Description |
---|---|
com.amazonaws.services.autoscaling | |
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
AmazonAutoScaling.describeTags()
Simplified method form for invoking the DescribeTags operation.
|
DescribeTagsResult |
AbstractAmazonAutoScaling.describeTags() |
DescribeTagsResult |
AmazonAutoScalingClient.describeTags() |
DescribeTagsResult |
AmazonAutoScaling.describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.
|
DescribeTagsResult |
AbstractAmazonAutoScaling.describeTags(DescribeTagsRequest request) |
DescribeTagsResult |
AmazonAutoScalingClient.describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeTagsResult> |
AmazonAutoScalingAsyncClient.describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.
|
Future<DescribeTagsResult> |
AbstractAmazonAutoScalingAsync.describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.
|
Future<DescribeTagsResult> |
AmazonAutoScalingAsync.describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.
|
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) |
Future<DescribeTagsResult> |
AbstractAmazonAutoScalingAsync.describeTagsAsync(DescribeTagsRequest request) |
Future<DescribeTagsResult> |
AmazonAutoScalingAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Describes the specified tags.
|
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 |
---|---|
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 |
---|---|
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)
One or more tags.
|
DescribeTagsResult |
DescribeTagsResult.withTags(TagDescription... tags)
One or more tags.
|
Copyright © 2018. All rights reserved.