Uses of Class
com.oracle.bmc.distributeddatabase.responses.RotateDistributedAutonomousDatabasePasswordsResponse
-
Packages that use RotateDistributedAutonomousDatabasePasswordsResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of RotateDistributedAutonomousDatabasePasswordsResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return RotateDistributedAutonomousDatabasePasswordsResponse Modifier and Type Method Description RotateDistributedAutonomousDatabasePasswordsResponse
DistributedAutonomousDbService. rotateDistributedAutonomousDatabasePasswords(RotateDistributedAutonomousDatabasePasswordsRequest request)
Rotate passwords for different components of the Globally distributed autonomous database.RotateDistributedAutonomousDatabasePasswordsResponse
DistributedAutonomousDbServiceClient. rotateDistributedAutonomousDatabasePasswords(RotateDistributedAutonomousDatabasePasswordsRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type RotateDistributedAutonomousDatabasePasswordsResponse 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)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type RotateDistributedAutonomousDatabasePasswordsResponse 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 RotateDistributedAutonomousDatabasePasswordsResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return RotateDistributedAutonomousDatabasePasswordsResponse Modifier and Type Method Description RotateDistributedAutonomousDatabasePasswordsResponse
RotateDistributedAutonomousDatabasePasswordsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type RotateDistributedAutonomousDatabasePasswordsResponse Modifier and Type Method Description RotateDistributedAutonomousDatabasePasswordsResponse.Builder
RotateDistributedAutonomousDatabasePasswordsResponse.Builder. copy(RotateDistributedAutonomousDatabasePasswordsResponse o)
Copy method to populate the builder with values from the given instance.
-