| 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 |
|---|---|
CompleteLifecycleActionResult |
AmazonAutoScalingClient.completeLifecycleAction(CompleteLifecycleActionRequest completeLifecycleActionRequest)
Completes the lifecycle action for the associated token initiated
under the given lifecycle hook with the specified result.
|
CompleteLifecycleActionResult |
AmazonAutoScaling.completeLifecycleAction(CompleteLifecycleActionRequest completeLifecycleActionRequest)
Completes the lifecycle action for the associated token initiated
under the given lifecycle hook with the specified result.
|
Future<CompleteLifecycleActionResult> |
AmazonAutoScalingAsync.completeLifecycleActionAsync(CompleteLifecycleActionRequest completeLifecycleActionRequest)
Completes the lifecycle action for the associated token initiated
under the given lifecycle hook with the specified result.
|
Future<CompleteLifecycleActionResult> |
AmazonAutoScalingAsyncClient.completeLifecycleActionAsync(CompleteLifecycleActionRequest completeLifecycleActionRequest)
Completes the lifecycle action for the associated token initiated
under the given lifecycle hook with the specified result.
|
Future<CompleteLifecycleActionResult> |
AmazonAutoScalingAsync.completeLifecycleActionAsync(CompleteLifecycleActionRequest completeLifecycleActionRequest,
AsyncHandler<CompleteLifecycleActionRequest,CompleteLifecycleActionResult> asyncHandler)
Completes the lifecycle action for the associated token initiated
under the given lifecycle hook with the specified result.
|
Future<CompleteLifecycleActionResult> |
AmazonAutoScalingAsyncClient.completeLifecycleActionAsync(CompleteLifecycleActionRequest completeLifecycleActionRequest,
AsyncHandler<CompleteLifecycleActionRequest,CompleteLifecycleActionResult> asyncHandler)
Completes the lifecycle action for the associated token initiated
under the given lifecycle hook with the specified result.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CompleteLifecycleActionResult> |
AmazonAutoScalingAsync.completeLifecycleActionAsync(CompleteLifecycleActionRequest completeLifecycleActionRequest,
AsyncHandler<CompleteLifecycleActionRequest,CompleteLifecycleActionResult> asyncHandler)
Completes the lifecycle action for the associated token initiated
under the given lifecycle hook with the specified result.
|
Future<CompleteLifecycleActionResult> |
AmazonAutoScalingAsyncClient.completeLifecycleActionAsync(CompleteLifecycleActionRequest completeLifecycleActionRequest,
AsyncHandler<CompleteLifecycleActionRequest,CompleteLifecycleActionResult> asyncHandler)
Completes the lifecycle action for the associated token initiated
under the given lifecycle hook with the specified result.
|
| Modifier and Type | Method and Description |
|---|---|
CompleteLifecycleActionRequest |
CompleteLifecycleActionRequest.clone() |
CompleteLifecycleActionRequest |
CompleteLifecycleActionRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the group for the lifecycle hook.
|
CompleteLifecycleActionRequest |
CompleteLifecycleActionRequest.withLifecycleActionResult(String lifecycleActionResult)
The action for the group to take.
|
CompleteLifecycleActionRequest |
CompleteLifecycleActionRequest.withLifecycleActionToken(String lifecycleActionToken)
A universally unique identifier (UUID) that identifies a specific
lifecycle action associated with an instance.
|
CompleteLifecycleActionRequest |
CompleteLifecycleActionRequest.withLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
Copyright © 2015. All rights reserved.