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.apigatewayMethods in com.oracle.bmc.apigateway with parameters of type DeleteCertificateRequest Modifier and Type Method Description DeleteCertificateResponseApiGateway. 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)DeleteCertificateResponseApiGatewayClient. 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.requestsMethods in com.oracle.bmc.apigateway.requests that return DeleteCertificateRequest Modifier and Type Method Description DeleteCertificateRequestDeleteCertificateRequest.Builder. build()Build the instance of DeleteCertificateRequest as configured by this builderDeleteCertificateRequestDeleteCertificateRequest.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.BuilderDeleteCertificateRequest.Builder. copy(DeleteCertificateRequest o)Copy method to populate the builder with values from the given instance.
 
-