Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.DownloadGsmCertificateSigningRequestResponse
-
Packages that use DownloadGsmCertificateSigningRequestResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of DownloadGsmCertificateSigningRequestResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return DownloadGsmCertificateSigningRequestResponse Modifier and Type Method Description DownloadGsmCertificateSigningRequestResponse
ShardedDatabaseService. downloadGsmCertificateSigningRequest(DownloadGsmCertificateSigningRequestRequest request)
Generate the common certificate signing request for GSMs.DownloadGsmCertificateSigningRequestResponse
ShardedDatabaseServiceClient. downloadGsmCertificateSigningRequest(DownloadGsmCertificateSigningRequestRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type DownloadGsmCertificateSigningRequestResponse Modifier and Type Method Description Future<DownloadGsmCertificateSigningRequestResponse>
ShardedDatabaseServiceAsync. downloadGsmCertificateSigningRequest(DownloadGsmCertificateSigningRequestRequest request, AsyncHandler<DownloadGsmCertificateSigningRequestRequest,DownloadGsmCertificateSigningRequestResponse> handler)
Generate the common certificate signing request for GSMs.Future<DownloadGsmCertificateSigningRequestResponse>
ShardedDatabaseServiceAsyncClient. downloadGsmCertificateSigningRequest(DownloadGsmCertificateSigningRequestRequest request, AsyncHandler<DownloadGsmCertificateSigningRequestRequest,DownloadGsmCertificateSigningRequestResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type DownloadGsmCertificateSigningRequestResponse Modifier and Type Method Description Future<DownloadGsmCertificateSigningRequestResponse>
ShardedDatabaseServiceAsync. downloadGsmCertificateSigningRequest(DownloadGsmCertificateSigningRequestRequest request, AsyncHandler<DownloadGsmCertificateSigningRequestRequest,DownloadGsmCertificateSigningRequestResponse> handler)
Generate the common certificate signing request for GSMs.Future<DownloadGsmCertificateSigningRequestResponse>
ShardedDatabaseServiceAsyncClient. downloadGsmCertificateSigningRequest(DownloadGsmCertificateSigningRequestRequest request, AsyncHandler<DownloadGsmCertificateSigningRequestRequest,DownloadGsmCertificateSigningRequestResponse> handler)
-
Uses of DownloadGsmCertificateSigningRequestResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return DownloadGsmCertificateSigningRequestResponse Modifier and Type Method Description DownloadGsmCertificateSigningRequestResponse
DownloadGsmCertificateSigningRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type DownloadGsmCertificateSigningRequestResponse Modifier and Type Method Description DownloadGsmCertificateSigningRequestResponse.Builder
DownloadGsmCertificateSigningRequestResponse.Builder. copy(DownloadGsmCertificateSigningRequestResponse o)
Copy method to populate the builder with values from the given instance.
-