Uses of Class
com.oracle.bmc.psql.requests.ResetMasterUserPasswordRequest
-
Packages that use ResetMasterUserPasswordRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of ResetMasterUserPasswordRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type ResetMasterUserPasswordRequest Modifier and Type Method Description ResetMasterUserPasswordResponse
Postgresql. resetMasterUserPassword(ResetMasterUserPasswordRequest request)
Resets the database system’s master password.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)
ResetMasterUserPasswordResponse
PostgresqlClient. resetMasterUserPassword(ResetMasterUserPasswordRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type ResetMasterUserPasswordRequest 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 ResetMasterUserPasswordRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return ResetMasterUserPasswordRequest Modifier and Type Method Description ResetMasterUserPasswordRequest
ResetMasterUserPasswordRequest.Builder. build()
Build the instance of ResetMasterUserPasswordRequest as configured by this builderResetMasterUserPasswordRequest
ResetMasterUserPasswordRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ResetMasterUserPasswordRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type ResetMasterUserPasswordRequest Modifier and Type Method Description ResetMasterUserPasswordRequest.Builder
ResetMasterUserPasswordRequest.Builder. copy(ResetMasterUserPasswordRequest o)
Copy method to populate the builder with values from the given instance.
-