Package | Description |
---|---|
com.amazonaws.services.autoscaling | |
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
Future<CompleteLifecycleActionResult> |
AmazonAutoScalingAsyncClient.completeLifecycleActionAsync(CompleteLifecycleActionRequest request,
AsyncHandler<CompleteLifecycleActionRequest,CompleteLifecycleActionResult> asyncHandler) |
Future<CompleteLifecycleActionResult> |
AbstractAmazonAutoScalingAsync.completeLifecycleActionAsync(CompleteLifecycleActionRequest request,
AsyncHandler<CompleteLifecycleActionRequest,CompleteLifecycleActionResult> asyncHandler) |
Future<CompleteLifecycleActionResult> |
AmazonAutoScalingAsync.completeLifecycleActionAsync(CompleteLifecycleActionRequest completeLifecycleActionRequest,
AsyncHandler<CompleteLifecycleActionRequest,CompleteLifecycleActionResult> asyncHandler)
Completes the lifecycle action for the specified token or instance 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.withInstanceId(String instanceId)
The ID of the instance.
|
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 © 2018. All rights reserved.