Uses of Class
com.oracle.bmc.apigateway.requests.DeleteCertificateRequest
-
Packages that use DeleteCertificateRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of DeleteCertificateRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type DeleteCertificateRequest Modifier and Type Method Description DeleteCertificateResponse
ApiGateway. deleteCertificate(DeleteCertificateRequest request)
Deletes the certificate with the given identifier.Future<DeleteCertificateResponse>
ApiGatewayAsync. deleteCertificate(DeleteCertificateRequest request, AsyncHandler<DeleteCertificateRequest,DeleteCertificateResponse> handler)
Deletes the certificate with the given identifier.Future<DeleteCertificateResponse>
ApiGatewayAsyncClient. deleteCertificate(DeleteCertificateRequest request, AsyncHandler<DeleteCertificateRequest,DeleteCertificateResponse> handler)
DeleteCertificateResponse
ApiGatewayClient. deleteCertificate(DeleteCertificateRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type DeleteCertificateRequest Modifier and Type Method Description Future<DeleteCertificateResponse>
ApiGatewayAsync. deleteCertificate(DeleteCertificateRequest request, AsyncHandler<DeleteCertificateRequest,DeleteCertificateResponse> handler)
Deletes the certificate with the given identifier.Future<DeleteCertificateResponse>
ApiGatewayAsyncClient. deleteCertificate(DeleteCertificateRequest request, AsyncHandler<DeleteCertificateRequest,DeleteCertificateResponse> handler)
-
Uses of DeleteCertificateRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.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.apigateway.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.
-