Uses of Class
com.oracle.bmc.apigateway.responses.UpdateGatewayResponse
-
Packages that use UpdateGatewayResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of UpdateGatewayResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return UpdateGatewayResponse Modifier and Type Method Description UpdateGatewayResponse
Gateway. updateGateway(UpdateGatewayRequest request)
Updates the gateway with the given identifier.UpdateGatewayResponse
GatewayClient. updateGateway(UpdateGatewayRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type UpdateGatewayResponse Modifier and Type Method Description Future<UpdateGatewayResponse>
GatewayAsync. updateGateway(UpdateGatewayRequest request, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResponse> handler)
Updates the gateway with the given identifier.Future<UpdateGatewayResponse>
GatewayAsyncClient. updateGateway(UpdateGatewayRequest request, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateGatewayResponse Modifier and Type Method Description Future<UpdateGatewayResponse>
GatewayAsync. updateGateway(UpdateGatewayRequest request, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResponse> handler)
Updates the gateway with the given identifier.Future<UpdateGatewayResponse>
GatewayAsyncClient. updateGateway(UpdateGatewayRequest request, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResponse> handler)
-
Uses of UpdateGatewayResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return UpdateGatewayResponse Modifier and Type Method Description UpdateGatewayResponse
UpdateGatewayResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type UpdateGatewayResponse Modifier and Type Method Description UpdateGatewayResponse.Builder
UpdateGatewayResponse.Builder. copy(UpdateGatewayResponse o)
Copy method to populate the builder with values from the given instance.
-