Uses of Class
com.oracle.bmc.distributeddatabase.responses.GenerateDistributedDatabaseWalletResponse
-
Packages that use GenerateDistributedDatabaseWalletResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of GenerateDistributedDatabaseWalletResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return GenerateDistributedDatabaseWalletResponse Modifier and Type Method Description GenerateDistributedDatabaseWalletResponse
DistributedDbService. generateDistributedDatabaseWallet(GenerateDistributedDatabaseWalletRequest request)
Generate the wallet associated with Globally distributed database.GenerateDistributedDatabaseWalletResponse
DistributedDbServiceClient. generateDistributedDatabaseWallet(GenerateDistributedDatabaseWalletRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type GenerateDistributedDatabaseWalletResponse Modifier and Type Method Description Future<GenerateDistributedDatabaseWalletResponse>
DistributedDbServiceAsync. generateDistributedDatabaseWallet(GenerateDistributedDatabaseWalletRequest request, AsyncHandler<GenerateDistributedDatabaseWalletRequest,GenerateDistributedDatabaseWalletResponse> handler)
Generate the wallet associated with Globally distributed database.Future<GenerateDistributedDatabaseWalletResponse>
DistributedDbServiceAsyncClient. generateDistributedDatabaseWallet(GenerateDistributedDatabaseWalletRequest request, AsyncHandler<GenerateDistributedDatabaseWalletRequest,GenerateDistributedDatabaseWalletResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type GenerateDistributedDatabaseWalletResponse Modifier and Type Method Description Future<GenerateDistributedDatabaseWalletResponse>
DistributedDbServiceAsync. generateDistributedDatabaseWallet(GenerateDistributedDatabaseWalletRequest request, AsyncHandler<GenerateDistributedDatabaseWalletRequest,GenerateDistributedDatabaseWalletResponse> handler)
Generate the wallet associated with Globally distributed database.Future<GenerateDistributedDatabaseWalletResponse>
DistributedDbServiceAsyncClient. generateDistributedDatabaseWallet(GenerateDistributedDatabaseWalletRequest request, AsyncHandler<GenerateDistributedDatabaseWalletRequest,GenerateDistributedDatabaseWalletResponse> handler)
-
Uses of GenerateDistributedDatabaseWalletResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return GenerateDistributedDatabaseWalletResponse Modifier and Type Method Description GenerateDistributedDatabaseWalletResponse
GenerateDistributedDatabaseWalletResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type GenerateDistributedDatabaseWalletResponse Modifier and Type Method Description GenerateDistributedDatabaseWalletResponse.Builder
GenerateDistributedDatabaseWalletResponse.Builder. copy(GenerateDistributedDatabaseWalletResponse o)
Copy method to populate the builder with values from the given instance.
-