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