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