Uses of Class
software.amazon.awssdk.services.autoscaling.model.RecordLifecycleActionHeartbeatResponse
-
Packages that use RecordLifecycleActionHeartbeatResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of RecordLifecycleActionHeartbeatResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return RecordLifecycleActionHeartbeatResponse Modifier and Type Method Description default RecordLifecycleActionHeartbeatResponseAutoScalingClient. recordLifecycleActionHeartbeat(Consumer<RecordLifecycleActionHeartbeatRequest.Builder> recordLifecycleActionHeartbeatRequest)Records a heartbeat for the lifecycle action associated with the specified token or instance.default RecordLifecycleActionHeartbeatResponseAutoScalingClient. recordLifecycleActionHeartbeat(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest)Records a heartbeat for the lifecycle action associated with the specified token or instance.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type RecordLifecycleActionHeartbeatResponse Modifier and Type Method Description default CompletableFuture<RecordLifecycleActionHeartbeatResponse>AutoScalingAsyncClient. recordLifecycleActionHeartbeat(Consumer<RecordLifecycleActionHeartbeatRequest.Builder> recordLifecycleActionHeartbeatRequest)Records a heartbeat for the lifecycle action associated with the specified token or instance.default CompletableFuture<RecordLifecycleActionHeartbeatResponse>AutoScalingAsyncClient. recordLifecycleActionHeartbeat(RecordLifecycleActionHeartbeatRequest recordLifecycleActionHeartbeatRequest)Records a heartbeat for the lifecycle action associated with the specified token or instance.
-