Uses of Class
com.oracle.bmc.waas.responses.UpdateCertificateResponse
-
Packages that use UpdateCertificateResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of UpdateCertificateResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return UpdateCertificateResponse Modifier and Type Method Description UpdateCertificateResponse
Waas. updateCertificate(UpdateCertificateRequest request)
It is not possible to update a certificate, only create and delete.UpdateCertificateResponse
WaasClient. updateCertificate(UpdateCertificateRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type UpdateCertificateResponse Modifier and Type Method Description Future<UpdateCertificateResponse>
WaasAsync. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
It is not possible to update a certificate, only create and delete.Future<UpdateCertificateResponse>
WaasAsyncClient. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateCertificateResponse Modifier and Type Method Description Future<UpdateCertificateResponse>
WaasAsync. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
It is not possible to update a certificate, only create and delete.Future<UpdateCertificateResponse>
WaasAsyncClient. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
-
Uses of UpdateCertificateResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return UpdateCertificateResponse Modifier and Type Method Description UpdateCertificateResponse
UpdateCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateCertificateResponse Modifier and Type Method Description UpdateCertificateResponse.Builder
UpdateCertificateResponse.Builder. copy(UpdateCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-