Uses of Class
software.amazon.awssdk.services.lightsail.model.StopInstanceResponse
-
Packages that use StopInstanceResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of StopInstanceResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return StopInstanceResponse Modifier and Type Method Description default StopInstanceResponseLightsailClient. stopInstance(Consumer<StopInstanceRequest.Builder> stopInstanceRequest)Stops a specific Amazon Lightsail instance that is currently running.default StopInstanceResponseLightsailClient. stopInstance(StopInstanceRequest stopInstanceRequest)Stops a specific Amazon Lightsail instance that is currently running.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type StopInstanceResponse Modifier and Type Method Description default CompletableFuture<StopInstanceResponse>LightsailAsyncClient. stopInstance(Consumer<StopInstanceRequest.Builder> stopInstanceRequest)Stops a specific Amazon Lightsail instance that is currently running.default CompletableFuture<StopInstanceResponse>LightsailAsyncClient. stopInstance(StopInstanceRequest stopInstanceRequest)Stops a specific Amazon Lightsail instance that is currently running.
-