Uses of Class
com.oracle.bmc.apigateway.responses.DeleteCertificateResponse
-
Packages that use DeleteCertificateResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of DeleteCertificateResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return DeleteCertificateResponse Modifier and Type Method Description DeleteCertificateResponse
ApiGateway. deleteCertificate(DeleteCertificateRequest request)
Deletes the certificate with the given identifier.DeleteCertificateResponse
ApiGatewayClient. deleteCertificate(DeleteCertificateRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type DeleteCertificateResponse 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)
Method parameters in com.oracle.bmc.apigateway with type arguments of type DeleteCertificateResponse 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 DeleteCertificateResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return DeleteCertificateResponse Modifier and Type Method Description DeleteCertificateResponse
DeleteCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.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.
-