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.
|
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 |
---|---|
DescribeLifecycleHooksRequest |
DescribeLifecycleHooksRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of one or more Auto Scaling groups.
|
DescribeLifecycleHooksRequest |
DescribeLifecycleHooksRequest.withLifecycleHookNames(Collection<String> lifecycleHookNames)
The name of one or more lifecycle hooks.
|
DescribeLifecycleHooksRequest |
DescribeLifecycleHooksRequest.withLifecycleHookNames(String... lifecycleHookNames)
The name of one or more lifecycle hooks.
|
Copyright © 2014. All rights reserved.