Uses of Class
com.oracle.bmc.distributeddatabase.requests.RotateDistributedDatabasePasswordsRequest
-
Packages that use RotateDistributedDatabasePasswordsRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of RotateDistributedDatabasePasswordsRequest in com.oracle.bmc.distributeddatabase
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type RotateDistributedDatabasePasswordsRequest Modifier and Type Method Description Future<RotateDistributedDatabasePasswordsResponse>
DistributedDbServiceAsync. rotateDistributedDatabasePasswords(RotateDistributedDatabasePasswordsRequest request, AsyncHandler<RotateDistributedDatabasePasswordsRequest,RotateDistributedDatabasePasswordsResponse> handler)
Rotate passwords for different components of the Globally distributed database.Future<RotateDistributedDatabasePasswordsResponse>
DistributedDbServiceAsyncClient. rotateDistributedDatabasePasswords(RotateDistributedDatabasePasswordsRequest request, AsyncHandler<RotateDistributedDatabasePasswordsRequest,RotateDistributedDatabasePasswordsResponse> handler)
-
Uses of RotateDistributedDatabasePasswordsRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return RotateDistributedDatabasePasswordsRequest Modifier and Type Method Description RotateDistributedDatabasePasswordsRequest
RotateDistributedDatabasePasswordsRequest.Builder. build()
Build the instance of RotateDistributedDatabasePasswordsRequest as configured by this builderRotateDistributedDatabasePasswordsRequest
RotateDistributedDatabasePasswordsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RotateDistributedDatabasePasswordsRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type RotateDistributedDatabasePasswordsRequest Modifier and Type Method Description RotateDistributedDatabasePasswordsRequest.Builder
RotateDistributedDatabasePasswordsRequest.Builder. copy(RotateDistributedDatabasePasswordsRequest o)
Copy method to populate the builder with values from the given instance.
-