Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.GenerateWalletResponse
-
Packages that use GenerateWalletResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of GenerateWalletResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return GenerateWalletResponse Modifier and Type Method Description GenerateWalletResponse
ShardedDatabaseService. generateWallet(GenerateWalletRequest request)
Generate the wallet associated with sharded database.GenerateWalletResponse
ShardedDatabaseServiceClient. generateWallet(GenerateWalletRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type GenerateWalletResponse Modifier and Type Method Description Future<GenerateWalletResponse>
ShardedDatabaseServiceAsync. generateWallet(GenerateWalletRequest request, AsyncHandler<GenerateWalletRequest,GenerateWalletResponse> handler)
Generate the wallet associated with sharded database.Future<GenerateWalletResponse>
ShardedDatabaseServiceAsyncClient. generateWallet(GenerateWalletRequest request, AsyncHandler<GenerateWalletRequest,GenerateWalletResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type GenerateWalletResponse Modifier and Type Method Description Future<GenerateWalletResponse>
ShardedDatabaseServiceAsync. generateWallet(GenerateWalletRequest request, AsyncHandler<GenerateWalletRequest,GenerateWalletResponse> handler)
Generate the wallet associated with sharded database.Future<GenerateWalletResponse>
ShardedDatabaseServiceAsyncClient. generateWallet(GenerateWalletRequest request, AsyncHandler<GenerateWalletRequest,GenerateWalletResponse> handler)
-
Uses of GenerateWalletResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return GenerateWalletResponse Modifier and Type Method Description GenerateWalletResponse
GenerateWalletResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type GenerateWalletResponse Modifier and Type Method Description GenerateWalletResponse.Builder
GenerateWalletResponse.Builder. copy(GenerateWalletResponse o)
Copy method to populate the builder with values from the given instance.
-