Package | Description |
---|---|
com.oracle.bmc.psql | |
com.oracle.bmc.psql.requests |
Modifier and Type | Method and Description |
---|---|
ResetMasterUserPasswordResponse |
Postgresql.resetMasterUserPassword(ResetMasterUserPasswordRequest request)
Resets the database system’s master password.
|
ResetMasterUserPasswordResponse |
PostgresqlClient.resetMasterUserPassword(ResetMasterUserPasswordRequest request) |
Future<ResetMasterUserPasswordResponse> |
PostgresqlAsyncClient.resetMasterUserPassword(ResetMasterUserPasswordRequest request,
AsyncHandler<ResetMasterUserPasswordRequest,ResetMasterUserPasswordResponse> handler) |
Future<ResetMasterUserPasswordResponse> |
PostgresqlAsync.resetMasterUserPassword(ResetMasterUserPasswordRequest request,
AsyncHandler<ResetMasterUserPasswordRequest,ResetMasterUserPasswordResponse> handler)
Resets the database system’s master password.
|
Modifier and Type | Method and Description |
---|---|
Future<ResetMasterUserPasswordResponse> |
PostgresqlAsyncClient.resetMasterUserPassword(ResetMasterUserPasswordRequest request,
AsyncHandler<ResetMasterUserPasswordRequest,ResetMasterUserPasswordResponse> handler) |
Future<ResetMasterUserPasswordResponse> |
PostgresqlAsync.resetMasterUserPassword(ResetMasterUserPasswordRequest request,
AsyncHandler<ResetMasterUserPasswordRequest,ResetMasterUserPasswordResponse> handler)
Resets the database system’s master password.
|
Modifier and Type | Method and Description |
---|---|
ResetMasterUserPasswordRequest |
ResetMasterUserPasswordRequest.Builder.build()
Build the instance of ResetMasterUserPasswordRequest as configured by this builder
|
ResetMasterUserPasswordRequest |
ResetMasterUserPasswordRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ResetMasterUserPasswordRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ResetMasterUserPasswordRequest.Builder |
ResetMasterUserPasswordRequest.Builder.copy(ResetMasterUserPasswordRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.