Uses of Class
software.amazon.awssdk.services.lightsail.model.StartInstanceResponse
-
Packages that use StartInstanceResponse 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 StartInstanceResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return StartInstanceResponse Modifier and Type Method Description default StartInstanceResponseLightsailClient. startInstance(Consumer<StartInstanceRequest.Builder> startInstanceRequest)Starts a specific Amazon Lightsail instance from a stopped state.default StartInstanceResponseLightsailClient. startInstance(StartInstanceRequest startInstanceRequest)Starts a specific Amazon Lightsail instance from a stopped state.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type StartInstanceResponse Modifier and Type Method Description default CompletableFuture<StartInstanceResponse>LightsailAsyncClient. startInstance(Consumer<StartInstanceRequest.Builder> startInstanceRequest)Starts a specific Amazon Lightsail instance from a stopped state.default CompletableFuture<StartInstanceResponse>LightsailAsyncClient. startInstance(StartInstanceRequest startInstanceRequest)Starts a specific Amazon Lightsail instance from a stopped state.
-