Uses of Class
com.oracle.bmc.waas.requests.UpdateCertificateRequest
-
Packages that use UpdateCertificateRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateCertificateRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateCertificateRequest Modifier and Type Method Description UpdateCertificateResponse
Waas. updateCertificate(UpdateCertificateRequest request)
It is not possible to update a certificate, only create and delete.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)
UpdateCertificateResponse
WaasClient. updateCertificate(UpdateCertificateRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateCertificateRequest 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 UpdateCertificateRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateCertificateRequest Modifier and Type Method Description UpdateCertificateRequest
UpdateCertificateRequest.Builder. build()
Build the instance of UpdateCertificateRequest as configured by this builderUpdateCertificateRequest
UpdateCertificateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCertificateRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateCertificateRequest Modifier and Type Method Description UpdateCertificateRequest.Builder
UpdateCertificateRequest.Builder. copy(UpdateCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-