Uses of Class
com.oracle.bmc.apigateway.requests.UpdateCertificateRequest
-
Packages that use UpdateCertificateRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of UpdateCertificateRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type UpdateCertificateRequest Modifier and Type Method Description UpdateCertificateResponse
ApiGateway. updateCertificate(UpdateCertificateRequest request)
Updates a certificate with the given identifierFuture<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)
UpdateCertificateResponse
ApiGatewayClient. updateCertificate(UpdateCertificateRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateCertificateRequest 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 UpdateCertificateRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return UpdateCertificateRequest Modifier and Type Method Description UpdateCertificateRequest
UpdateCertificateRequest.Builder. build()
Build the instance of UpdateCertificateRequest as configured by this builderUpdateCertificateRequest
UpdateCertificateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCertificateRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type UpdateCertificateRequest Modifier and Type Method Description UpdateCertificateRequest.Builder
UpdateCertificateRequest.Builder. copy(UpdateCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-