Uses of Class
com.oracle.bmc.waas.responses.DeleteCertificateResponse
-
Packages that use DeleteCertificateResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of DeleteCertificateResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return DeleteCertificateResponse Modifier and Type Method Description DeleteCertificateResponse
Waas. deleteCertificate(DeleteCertificateRequest request)
Deletes an SSL certificate from the WAAS service.DeleteCertificateResponse
WaasClient. deleteCertificate(DeleteCertificateRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type DeleteCertificateResponse Modifier and Type Method Description Future<DeleteCertificateResponse>
WaasAsync. deleteCertificate(DeleteCertificateRequest request, AsyncHandler<DeleteCertificateRequest,DeleteCertificateResponse> handler)
Deletes an SSL certificate from the WAAS service.Future<DeleteCertificateResponse>
WaasAsyncClient. deleteCertificate(DeleteCertificateRequest request, AsyncHandler<DeleteCertificateRequest,DeleteCertificateResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type DeleteCertificateResponse Modifier and Type Method Description Future<DeleteCertificateResponse>
WaasAsync. deleteCertificate(DeleteCertificateRequest request, AsyncHandler<DeleteCertificateRequest,DeleteCertificateResponse> handler)
Deletes an SSL certificate from the WAAS service.Future<DeleteCertificateResponse>
WaasAsyncClient. deleteCertificate(DeleteCertificateRequest request, AsyncHandler<DeleteCertificateRequest,DeleteCertificateResponse> handler)
-
Uses of DeleteCertificateResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return DeleteCertificateResponse Modifier and Type Method Description DeleteCertificateResponse
DeleteCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type DeleteCertificateResponse Modifier and Type Method Description DeleteCertificateResponse.Builder
DeleteCertificateResponse.Builder. copy(DeleteCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-