Uses of Class
com.amazonaws.services.autoscaling.model.CompleteLifecycleActionRequest
Packages that use CompleteLifecycleActionRequest
-
Uses of CompleteLifecycleActionRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type CompleteLifecycleActionRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.completeLifecycleAction
(CompleteLifecycleActionRequest request) AmazonAutoScaling.completeLifecycleAction
(CompleteLifecycleActionRequest completeLifecycleActionRequest) Completes the lifecycle action for the specified token or instance with the specified result.AmazonAutoScalingClient.completeLifecycleAction
(CompleteLifecycleActionRequest completeLifecycleActionRequest) Completes the lifecycle action for the specified token or instance with the specified result.AbstractAmazonAutoScalingAsync.completeLifecycleActionAsync
(CompleteLifecycleActionRequest request) AbstractAmazonAutoScalingAsync.completeLifecycleActionAsync
(CompleteLifecycleActionRequest request, AsyncHandler<CompleteLifecycleActionRequest, CompleteLifecycleActionResult> asyncHandler) AmazonAutoScalingAsync.completeLifecycleActionAsync
(CompleteLifecycleActionRequest completeLifecycleActionRequest) Completes the lifecycle action for the specified token or instance with the specified result.AmazonAutoScalingAsync.completeLifecycleActionAsync
(CompleteLifecycleActionRequest completeLifecycleActionRequest, AsyncHandler<CompleteLifecycleActionRequest, CompleteLifecycleActionResult> asyncHandler) Completes the lifecycle action for the specified token or instance with the specified result.AmazonAutoScalingAsyncClient.completeLifecycleActionAsync
(CompleteLifecycleActionRequest request) AmazonAutoScalingAsyncClient.completeLifecycleActionAsync
(CompleteLifecycleActionRequest request, AsyncHandler<CompleteLifecycleActionRequest, CompleteLifecycleActionResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type CompleteLifecycleActionRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.completeLifecycleActionAsync
(CompleteLifecycleActionRequest request, AsyncHandler<CompleteLifecycleActionRequest, CompleteLifecycleActionResult> asyncHandler) AmazonAutoScalingAsync.completeLifecycleActionAsync
(CompleteLifecycleActionRequest completeLifecycleActionRequest, AsyncHandler<CompleteLifecycleActionRequest, CompleteLifecycleActionResult> asyncHandler) Completes the lifecycle action for the specified token or instance with the specified result.AmazonAutoScalingAsyncClient.completeLifecycleActionAsync
(CompleteLifecycleActionRequest request, AsyncHandler<CompleteLifecycleActionRequest, CompleteLifecycleActionResult> asyncHandler) -
Uses of CompleteLifecycleActionRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return CompleteLifecycleActionRequestModifier and TypeMethodDescriptionCompleteLifecycleActionRequest.clone()
CompleteLifecycleActionRequest.withAutoScalingGroupName
(String autoScalingGroupName) The name of the group for the lifecycle hook.CompleteLifecycleActionRequest.withInstanceId
(String instanceId) The ID of the instance.CompleteLifecycleActionRequest.withLifecycleActionResult
(String lifecycleActionResult) The action for the group to take.CompleteLifecycleActionRequest.withLifecycleActionToken
(String lifecycleActionToken) A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance.CompleteLifecycleActionRequest.withLifecycleHookName
(String lifecycleHookName) The name of the lifecycle hook.