Uses of Class
com.oracle.bmc.keymanagement.responses.DownloadCertificateSigningRequestResponse
-
Packages that use DownloadCertificateSigningRequestResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of DownloadCertificateSigningRequestResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return DownloadCertificateSigningRequestResponse Modifier and Type Method Description DownloadCertificateSigningRequestResponse
KmsHsmCluster. downloadCertificateSigningRequest(DownloadCertificateSigningRequestRequest request)
Retrieves the certificate signing request for the designated HSM Cluster resource.DownloadCertificateSigningRequestResponse
KmsHsmClusterClient. downloadCertificateSigningRequest(DownloadCertificateSigningRequestRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type DownloadCertificateSigningRequestResponse Modifier and Type Method Description Future<DownloadCertificateSigningRequestResponse>
KmsHsmClusterAsync. downloadCertificateSigningRequest(DownloadCertificateSigningRequestRequest request, AsyncHandler<DownloadCertificateSigningRequestRequest,DownloadCertificateSigningRequestResponse> handler)
Retrieves the certificate signing request for the designated HSM Cluster resource.Future<DownloadCertificateSigningRequestResponse>
KmsHsmClusterAsyncClient. downloadCertificateSigningRequest(DownloadCertificateSigningRequestRequest request, AsyncHandler<DownloadCertificateSigningRequestRequest,DownloadCertificateSigningRequestResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type DownloadCertificateSigningRequestResponse Modifier and Type Method Description Future<DownloadCertificateSigningRequestResponse>
KmsHsmClusterAsync. downloadCertificateSigningRequest(DownloadCertificateSigningRequestRequest request, AsyncHandler<DownloadCertificateSigningRequestRequest,DownloadCertificateSigningRequestResponse> handler)
Retrieves the certificate signing request for the designated HSM Cluster resource.Future<DownloadCertificateSigningRequestResponse>
KmsHsmClusterAsyncClient. downloadCertificateSigningRequest(DownloadCertificateSigningRequestRequest request, AsyncHandler<DownloadCertificateSigningRequestRequest,DownloadCertificateSigningRequestResponse> handler)
-
Uses of DownloadCertificateSigningRequestResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return DownloadCertificateSigningRequestResponse Modifier and Type Method Description DownloadCertificateSigningRequestResponse
DownloadCertificateSigningRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type DownloadCertificateSigningRequestResponse Modifier and Type Method Description DownloadCertificateSigningRequestResponse.Builder
DownloadCertificateSigningRequestResponse.Builder. copy(DownloadCertificateSigningRequestResponse o)
Copy method to populate the builder with values from the given instance.
-