Uses of Class
software.amazon.awssdk.services.lightsail.model.GetRelationalDatabaseParametersResponse
-
Packages that use GetRelationalDatabaseParametersResponse 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 GetRelationalDatabaseParametersResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetRelationalDatabaseParametersResponse Modifier and Type Method Description default GetRelationalDatabaseParametersResponseLightsailClient. getRelationalDatabaseParameters(Consumer<GetRelationalDatabaseParametersRequest.Builder> getRelationalDatabaseParametersRequest)Returns all of the runtime parameters offered by the underlying database software, or engine, for a specific database in Amazon Lightsail.default GetRelationalDatabaseParametersResponseLightsailClient. getRelationalDatabaseParameters(GetRelationalDatabaseParametersRequest getRelationalDatabaseParametersRequest)Returns all of the runtime parameters offered by the underlying database software, or engine, for a specific database in Amazon Lightsail.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetRelationalDatabaseParametersResponse Modifier and Type Method Description default CompletableFuture<GetRelationalDatabaseParametersResponse>LightsailAsyncClient. getRelationalDatabaseParameters(Consumer<GetRelationalDatabaseParametersRequest.Builder> getRelationalDatabaseParametersRequest)Returns all of the runtime parameters offered by the underlying database software, or engine, for a specific database in Amazon Lightsail.default CompletableFuture<GetRelationalDatabaseParametersResponse>LightsailAsyncClient. getRelationalDatabaseParameters(GetRelationalDatabaseParametersRequest getRelationalDatabaseParametersRequest)Returns all of the runtime parameters offered by the underlying database software, or engine, for a specific database in Amazon Lightsail.
-