Uses of Class
com.oracle.bmc.apigateway.responses.UpdateApiResponse
-
Packages that use UpdateApiResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of UpdateApiResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return UpdateApiResponse Modifier and Type Method Description UpdateApiResponse
ApiGateway. updateApi(UpdateApiRequest request)
Updates the API with the given identifier.UpdateApiResponse
ApiGatewayClient. updateApi(UpdateApiRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type UpdateApiResponse 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)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateApiResponse 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 UpdateApiResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return UpdateApiResponse Modifier and Type Method Description UpdateApiResponse
UpdateApiResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type UpdateApiResponse Modifier and Type Method Description UpdateApiResponse.Builder
UpdateApiResponse.Builder. copy(UpdateApiResponse o)
Copy method to populate the builder with values from the given instance.
-