Uses of Class
software.amazon.awssdk.services.lightsail.model.StopRelationalDatabaseResponse
-
Packages that use StopRelationalDatabaseResponse 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 StopRelationalDatabaseResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return StopRelationalDatabaseResponse Modifier and Type Method Description default StopRelationalDatabaseResponseLightsailClient. stopRelationalDatabase(Consumer<StopRelationalDatabaseRequest.Builder> stopRelationalDatabaseRequest)Stops a specific database that is currently running in Amazon Lightsail.default StopRelationalDatabaseResponseLightsailClient. stopRelationalDatabase(StopRelationalDatabaseRequest stopRelationalDatabaseRequest)Stops a specific database that is currently running in Amazon Lightsail.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type StopRelationalDatabaseResponse Modifier and Type Method Description default CompletableFuture<StopRelationalDatabaseResponse>LightsailAsyncClient. stopRelationalDatabase(Consumer<StopRelationalDatabaseRequest.Builder> stopRelationalDatabaseRequest)Stops a specific database that is currently running in Amazon Lightsail.default CompletableFuture<StopRelationalDatabaseResponse>LightsailAsyncClient. stopRelationalDatabase(StopRelationalDatabaseRequest stopRelationalDatabaseRequest)Stops a specific database that is currently running in Amazon Lightsail.
-