Uses of Class
software.amazon.awssdk.services.lightsail.model.GetRelationalDatabaseMasterUserPasswordResponse
-
Packages that use GetRelationalDatabaseMasterUserPasswordResponse 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 GetRelationalDatabaseMasterUserPasswordResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetRelationalDatabaseMasterUserPasswordResponse Modifier and Type Method Description default GetRelationalDatabaseMasterUserPasswordResponseLightsailClient. getRelationalDatabaseMasterUserPassword(Consumer<GetRelationalDatabaseMasterUserPasswordRequest.Builder> getRelationalDatabaseMasterUserPasswordRequest)Returns the current, previous, or pending versions of the master user password for a Lightsail database.default GetRelationalDatabaseMasterUserPasswordResponseLightsailClient. getRelationalDatabaseMasterUserPassword(GetRelationalDatabaseMasterUserPasswordRequest getRelationalDatabaseMasterUserPasswordRequest)Returns the current, previous, or pending versions of the master user password for a Lightsail database.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetRelationalDatabaseMasterUserPasswordResponse Modifier and Type Method Description default CompletableFuture<GetRelationalDatabaseMasterUserPasswordResponse>LightsailAsyncClient. getRelationalDatabaseMasterUserPassword(Consumer<GetRelationalDatabaseMasterUserPasswordRequest.Builder> getRelationalDatabaseMasterUserPasswordRequest)Returns the current, previous, or pending versions of the master user password for a Lightsail database.default CompletableFuture<GetRelationalDatabaseMasterUserPasswordResponse>LightsailAsyncClient. getRelationalDatabaseMasterUserPassword(GetRelationalDatabaseMasterUserPasswordRequest getRelationalDatabaseMasterUserPasswordRequest)Returns the current, previous, or pending versions of the master user password for a Lightsail database.
-