Uses of Class
com.oracle.bmc.certificatesmanagement.responses.GetCertificateResponse
-
Packages that use GetCertificateResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of GetCertificateResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return GetCertificateResponse Modifier and Type Method Description GetCertificateResponse
CertificatesManagement. getCertificate(GetCertificateRequest request)
Gets details about the specified certificate.GetCertificateResponse
CertificatesManagementClient. getCertificate(GetCertificateRequest request)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type GetCertificateResponse Modifier and Type Method Description Future<GetCertificateResponse>
CertificatesManagementAsync. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
Gets details about the specified certificate.Future<GetCertificateResponse>
CertificatesManagementAsyncClient. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
-
Uses of GetCertificateResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return GetCertificateResponse Modifier and Type Method Description GetCertificateResponse
GetCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type GetCertificateResponse Modifier and Type Method Description GetCertificateResponse.Builder
GetCertificateResponse.Builder. copy(GetCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-