Uses of Class
software.amazon.awssdk.services.autoscaling.model.CompleteLifecycleActionRequest
-
Packages that use CompleteLifecycleActionRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of CompleteLifecycleActionRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type CompleteLifecycleActionRequest Modifier and Type Method Description default CompletableFuture<CompleteLifecycleActionResponse>AutoScalingAsyncClient. completeLifecycleAction(CompleteLifecycleActionRequest completeLifecycleActionRequest)Completes the lifecycle action for the specified token or instance with the specified result.default CompleteLifecycleActionResponseAutoScalingClient. completeLifecycleAction(CompleteLifecycleActionRequest completeLifecycleActionRequest)Completes the lifecycle action for the specified token or instance with the specified result. -
Uses of CompleteLifecycleActionRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type CompleteLifecycleActionRequest Modifier and Type Method Description SdkHttpFullRequestCompleteLifecycleActionRequestMarshaller. marshall(CompleteLifecycleActionRequest completeLifecycleActionRequest)
-