Uses of Class
com.oracle.bmc.psql.responses.ResetMasterUserPasswordResponse
-
Packages that use ResetMasterUserPasswordResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of ResetMasterUserPasswordResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return ResetMasterUserPasswordResponse Modifier and Type Method Description ResetMasterUserPasswordResponse
Postgresql. resetMasterUserPassword(ResetMasterUserPasswordRequest request)
Resets the database system’s master password.ResetMasterUserPasswordResponse
PostgresqlClient. resetMasterUserPassword(ResetMasterUserPasswordRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type ResetMasterUserPasswordResponse Modifier and Type Method Description Future<ResetMasterUserPasswordResponse>
PostgresqlAsync. resetMasterUserPassword(ResetMasterUserPasswordRequest request, AsyncHandler<ResetMasterUserPasswordRequest,ResetMasterUserPasswordResponse> handler)
Resets the database system’s master password.Future<ResetMasterUserPasswordResponse>
PostgresqlAsyncClient. resetMasterUserPassword(ResetMasterUserPasswordRequest request, AsyncHandler<ResetMasterUserPasswordRequest,ResetMasterUserPasswordResponse> handler)
Method parameters in com.oracle.bmc.psql with type arguments of type ResetMasterUserPasswordResponse Modifier and Type Method Description Future<ResetMasterUserPasswordResponse>
PostgresqlAsync. resetMasterUserPassword(ResetMasterUserPasswordRequest request, AsyncHandler<ResetMasterUserPasswordRequest,ResetMasterUserPasswordResponse> handler)
Resets the database system’s master password.Future<ResetMasterUserPasswordResponse>
PostgresqlAsyncClient. resetMasterUserPassword(ResetMasterUserPasswordRequest request, AsyncHandler<ResetMasterUserPasswordRequest,ResetMasterUserPasswordResponse> handler)
-
Uses of ResetMasterUserPasswordResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return ResetMasterUserPasswordResponse Modifier and Type Method Description ResetMasterUserPasswordResponse
ResetMasterUserPasswordResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type ResetMasterUserPasswordResponse Modifier and Type Method Description ResetMasterUserPasswordResponse.Builder
ResetMasterUserPasswordResponse.Builder. copy(ResetMasterUserPasswordResponse o)
Copy method to populate the builder with values from the given instance.
-