Uses of Class
software.amazon.awssdk.services.lightsail.model.RebootInstanceResponse
-
Packages that use RebootInstanceResponse 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 RebootInstanceResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return RebootInstanceResponse Modifier and Type Method Description default RebootInstanceResponseLightsailClient. rebootInstance(Consumer<RebootInstanceRequest.Builder> rebootInstanceRequest)Restarts a specific instance.default RebootInstanceResponseLightsailClient. rebootInstance(RebootInstanceRequest rebootInstanceRequest)Restarts a specific instance.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type RebootInstanceResponse Modifier and Type Method Description default CompletableFuture<RebootInstanceResponse>LightsailAsyncClient. rebootInstance(Consumer<RebootInstanceRequest.Builder> rebootInstanceRequest)Restarts a specific instance.default CompletableFuture<RebootInstanceResponse>LightsailAsyncClient. rebootInstance(RebootInstanceRequest rebootInstanceRequest)Restarts a specific instance.
-