| 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 |
|---|---|
DescribeLifecycleHooksResult |
AmazonAutoScalingClient.describeLifecycleHooks(DescribeLifecycleHooksRequest describeLifecycleHooksRequest)
Describes the lifecycle hooks that currently belong to the specified
Auto Scaling group.
|
DescribeLifecycleHooksResult |
AmazonAutoScaling.describeLifecycleHooks(DescribeLifecycleHooksRequest describeLifecycleHooksRequest)
Describes the lifecycle hooks that currently belong to the specified
Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLifecycleHooksResult> |
AmazonAutoScalingAsync.describeLifecycleHooksAsync(DescribeLifecycleHooksRequest describeLifecycleHooksRequest)
Describes the lifecycle hooks that currently belong to the specified
Auto Scaling group.
|
Future<DescribeLifecycleHooksResult> |
AmazonAutoScalingAsyncClient.describeLifecycleHooksAsync(DescribeLifecycleHooksRequest describeLifecycleHooksRequest)
Describes the lifecycle hooks that currently belong to the specified
Auto Scaling group.
|
Future<DescribeLifecycleHooksResult> |
AmazonAutoScalingAsync.describeLifecycleHooksAsync(DescribeLifecycleHooksRequest describeLifecycleHooksRequest,
AsyncHandler<DescribeLifecycleHooksRequest,DescribeLifecycleHooksResult> asyncHandler)
Describes the lifecycle hooks that currently belong to the specified
Auto Scaling group.
|
Future<DescribeLifecycleHooksResult> |
AmazonAutoScalingAsyncClient.describeLifecycleHooksAsync(DescribeLifecycleHooksRequest describeLifecycleHooksRequest,
AsyncHandler<DescribeLifecycleHooksRequest,DescribeLifecycleHooksResult> asyncHandler)
Describes the lifecycle hooks that currently belong to the specified
Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLifecycleHooksResult> |
AmazonAutoScalingAsync.describeLifecycleHooksAsync(DescribeLifecycleHooksRequest describeLifecycleHooksRequest,
AsyncHandler<DescribeLifecycleHooksRequest,DescribeLifecycleHooksResult> asyncHandler)
Describes the lifecycle hooks that currently belong to the specified
Auto Scaling group.
|
Future<DescribeLifecycleHooksResult> |
AmazonAutoScalingAsyncClient.describeLifecycleHooksAsync(DescribeLifecycleHooksRequest describeLifecycleHooksRequest,
AsyncHandler<DescribeLifecycleHooksRequest,DescribeLifecycleHooksResult> asyncHandler)
Describes the lifecycle hooks that currently belong to the specified
Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLifecycleHooksResult |
DescribeLifecycleHooksResult.withLifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
A list describing the lifecycle hooks that belong to the specified
Auto Scaling group.
|
DescribeLifecycleHooksResult |
DescribeLifecycleHooksResult.withLifecycleHooks(LifecycleHook... lifecycleHooks)
A list describing the lifecycle hooks that belong to the specified
Auto Scaling group.
|
Copyright © 2014. All rights reserved.