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.distributeddatabaseMethod 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.requestsMethods in com.oracle.bmc.distributeddatabase.requests that return RotateDistributedAutonomousDatabasePasswordsRequest Modifier and Type Method Description RotateDistributedAutonomousDatabasePasswordsRequestRotateDistributedAutonomousDatabasePasswordsRequest.Builder. build()Build the instance of RotateDistributedAutonomousDatabasePasswordsRequest as configured by this builderRotateDistributedAutonomousDatabasePasswordsRequestRotateDistributedAutonomousDatabasePasswordsRequest.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.BuilderRotateDistributedAutonomousDatabasePasswordsRequest.Builder. copy(RotateDistributedAutonomousDatabasePasswordsRequest o)Copy method to populate the builder with values from the given instance.
 
-