Uses of Class
com.oracle.bmc.waas.responses.GetCertificateResponse
-
Packages that use GetCertificateResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of GetCertificateResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return GetCertificateResponse Modifier and Type Method Description GetCertificateResponse
Waas. getCertificate(GetCertificateRequest request)
Gets the details of an SSL certificate.GetCertificateResponse
WaasClient. getCertificate(GetCertificateRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type GetCertificateResponse Modifier and Type Method Description Future<GetCertificateResponse>
WaasAsync. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
Gets the details of an SSL certificate.Future<GetCertificateResponse>
WaasAsyncClient. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
-
Uses of GetCertificateResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return GetCertificateResponse Modifier and Type Method Description GetCertificateResponse
GetCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.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.
-