Uses of Class
com.oracle.bmc.apigateway.requests.UpdateApiRequest
-
Packages that use UpdateApiRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of UpdateApiRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type UpdateApiRequest Modifier and Type Method Description UpdateApiResponse
ApiGateway. updateApi(UpdateApiRequest request)
Updates the API with the given identifier.Future<UpdateApiResponse>
ApiGatewayAsync. updateApi(UpdateApiRequest request, AsyncHandler<UpdateApiRequest,UpdateApiResponse> handler)
Updates the API with the given identifier.Future<UpdateApiResponse>
ApiGatewayAsyncClient. updateApi(UpdateApiRequest request, AsyncHandler<UpdateApiRequest,UpdateApiResponse> handler)
UpdateApiResponse
ApiGatewayClient. updateApi(UpdateApiRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateApiRequest Modifier and Type Method Description Future<UpdateApiResponse>
ApiGatewayAsync. updateApi(UpdateApiRequest request, AsyncHandler<UpdateApiRequest,UpdateApiResponse> handler)
Updates the API with the given identifier.Future<UpdateApiResponse>
ApiGatewayAsyncClient. updateApi(UpdateApiRequest request, AsyncHandler<UpdateApiRequest,UpdateApiResponse> handler)
-
Uses of UpdateApiRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return UpdateApiRequest Modifier and Type Method Description UpdateApiRequest
UpdateApiRequest.Builder. build()
Build the instance of UpdateApiRequest as configured by this builderUpdateApiRequest
UpdateApiRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateApiRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type UpdateApiRequest Modifier and Type Method Description UpdateApiRequest.Builder
UpdateApiRequest.Builder. copy(UpdateApiRequest o)
Copy method to populate the builder with values from the given instance.
-