Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.UploadSignedCertificateAndGenerateWalletResponse
-
Packages that use UploadSignedCertificateAndGenerateWalletResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of UploadSignedCertificateAndGenerateWalletResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return UploadSignedCertificateAndGenerateWalletResponse Modifier and Type Method Description UploadSignedCertificateAndGenerateWalletResponse
ShardedDatabaseService. uploadSignedCertificateAndGenerateWallet(UploadSignedCertificateAndGenerateWalletRequest request)
Upload the CA signed certificate to the GSM instances and generate wallets for GSM instances of the sharded database.UploadSignedCertificateAndGenerateWalletResponse
ShardedDatabaseServiceClient. uploadSignedCertificateAndGenerateWallet(UploadSignedCertificateAndGenerateWalletRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type UploadSignedCertificateAndGenerateWalletResponse Modifier and Type Method Description Future<UploadSignedCertificateAndGenerateWalletResponse>
ShardedDatabaseServiceAsync. uploadSignedCertificateAndGenerateWallet(UploadSignedCertificateAndGenerateWalletRequest request, AsyncHandler<UploadSignedCertificateAndGenerateWalletRequest,UploadSignedCertificateAndGenerateWalletResponse> handler)
Upload the CA signed certificate to the GSM instances and generate wallets for GSM instances of the sharded database.Future<UploadSignedCertificateAndGenerateWalletResponse>
ShardedDatabaseServiceAsyncClient. uploadSignedCertificateAndGenerateWallet(UploadSignedCertificateAndGenerateWalletRequest request, AsyncHandler<UploadSignedCertificateAndGenerateWalletRequest,UploadSignedCertificateAndGenerateWalletResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type UploadSignedCertificateAndGenerateWalletResponse Modifier and Type Method Description Future<UploadSignedCertificateAndGenerateWalletResponse>
ShardedDatabaseServiceAsync. uploadSignedCertificateAndGenerateWallet(UploadSignedCertificateAndGenerateWalletRequest request, AsyncHandler<UploadSignedCertificateAndGenerateWalletRequest,UploadSignedCertificateAndGenerateWalletResponse> handler)
Upload the CA signed certificate to the GSM instances and generate wallets for GSM instances of the sharded database.Future<UploadSignedCertificateAndGenerateWalletResponse>
ShardedDatabaseServiceAsyncClient. uploadSignedCertificateAndGenerateWallet(UploadSignedCertificateAndGenerateWalletRequest request, AsyncHandler<UploadSignedCertificateAndGenerateWalletRequest,UploadSignedCertificateAndGenerateWalletResponse> handler)
-
Uses of UploadSignedCertificateAndGenerateWalletResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return UploadSignedCertificateAndGenerateWalletResponse Modifier and Type Method Description UploadSignedCertificateAndGenerateWalletResponse
UploadSignedCertificateAndGenerateWalletResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type UploadSignedCertificateAndGenerateWalletResponse Modifier and Type Method Description UploadSignedCertificateAndGenerateWalletResponse.Builder
UploadSignedCertificateAndGenerateWalletResponse.Builder. copy(UploadSignedCertificateAndGenerateWalletResponse o)
Copy method to populate the builder with values from the given instance.
-