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