Uses of Class
com.oracle.bmc.apigateway.responses.UpdateCertificateResponse
-
Packages that use UpdateCertificateResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of UpdateCertificateResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return UpdateCertificateResponse Modifier and Type Method Description UpdateCertificateResponse
ApiGateway. updateCertificate(UpdateCertificateRequest request)
Updates a certificate with the given identifierUpdateCertificateResponse
ApiGatewayClient. updateCertificate(UpdateCertificateRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type UpdateCertificateResponse Modifier and Type Method Description Future<UpdateCertificateResponse>
ApiGatewayAsync. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
Updates a certificate with the given identifierFuture<UpdateCertificateResponse>
ApiGatewayAsyncClient. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateCertificateResponse Modifier and Type Method Description Future<UpdateCertificateResponse>
ApiGatewayAsync. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
Updates a certificate with the given identifierFuture<UpdateCertificateResponse>
ApiGatewayAsyncClient. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
-
Uses of UpdateCertificateResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return UpdateCertificateResponse Modifier and Type Method Description UpdateCertificateResponse
UpdateCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type UpdateCertificateResponse Modifier and Type Method Description UpdateCertificateResponse.Builder
UpdateCertificateResponse.Builder. copy(UpdateCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-