Uses of Class
software.amazon.awssdk.services.autoscaling.model.SetInstanceHealthResponse
-
Packages that use SetInstanceHealthResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of SetInstanceHealthResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return SetInstanceHealthResponse Modifier and Type Method Description default SetInstanceHealthResponseAutoScalingClient. setInstanceHealth(Consumer<SetInstanceHealthRequest.Builder> setInstanceHealthRequest)Sets the health status of the specified instance.default SetInstanceHealthResponseAutoScalingClient. setInstanceHealth(SetInstanceHealthRequest setInstanceHealthRequest)Sets the health status of the specified instance.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type SetInstanceHealthResponse Modifier and Type Method Description default CompletableFuture<SetInstanceHealthResponse>AutoScalingAsyncClient. setInstanceHealth(Consumer<SetInstanceHealthRequest.Builder> setInstanceHealthRequest)Sets the health status of the specified instance.default CompletableFuture<SetInstanceHealthResponse>AutoScalingAsyncClient. setInstanceHealth(SetInstanceHealthRequest setInstanceHealthRequest)Sets the health status of the specified instance.
-