Uses of Class
com.oracle.bmc.waas.requests.DeleteCertificateRequest
-
Packages that use DeleteCertificateRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of DeleteCertificateRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type DeleteCertificateRequest Modifier and Type Method Description DeleteCertificateResponse
Waas. deleteCertificate(DeleteCertificateRequest request)
Deletes an SSL certificate from the WAAS service.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)
DeleteCertificateResponse
WaasClient. deleteCertificate(DeleteCertificateRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type DeleteCertificateRequest 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 DeleteCertificateRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return DeleteCertificateRequest Modifier and Type Method Description DeleteCertificateRequest
DeleteCertificateRequest.Builder. build()
Build the instance of DeleteCertificateRequest as configured by this builderDeleteCertificateRequest
DeleteCertificateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCertificateRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type DeleteCertificateRequest Modifier and Type Method Description DeleteCertificateRequest.Builder
DeleteCertificateRequest.Builder. copy(DeleteCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-