Uses of Class
com.oracle.bmc.core.responses.UpdateInternetGatewayResponse
-
Packages that use UpdateInternetGatewayResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateInternetGatewayResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateInternetGatewayResponse Modifier and Type Method Description UpdateInternetGatewayResponseVirtualNetwork. updateInternetGateway(UpdateInternetGatewayRequest request)Updates the specified internet gateway.UpdateInternetGatewayResponseVirtualNetworkClient. updateInternetGateway(UpdateInternetGatewayRequest request)Methods in com.oracle.bmc.core that return types with arguments of type UpdateInternetGatewayResponse Modifier and Type Method Description Future<UpdateInternetGatewayResponse>VirtualNetworkAsync. updateInternetGateway(UpdateInternetGatewayRequest request, AsyncHandler<UpdateInternetGatewayRequest,UpdateInternetGatewayResponse> handler)Updates the specified internet gateway.Future<UpdateInternetGatewayResponse>VirtualNetworkAsyncClient. updateInternetGateway(UpdateInternetGatewayRequest request, AsyncHandler<UpdateInternetGatewayRequest,UpdateInternetGatewayResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type UpdateInternetGatewayResponse Modifier and Type Method Description Future<UpdateInternetGatewayResponse>VirtualNetworkAsync. updateInternetGateway(UpdateInternetGatewayRequest request, AsyncHandler<UpdateInternetGatewayRequest,UpdateInternetGatewayResponse> handler)Updates the specified internet gateway.Future<UpdateInternetGatewayResponse>VirtualNetworkAsyncClient. updateInternetGateway(UpdateInternetGatewayRequest request, AsyncHandler<UpdateInternetGatewayRequest,UpdateInternetGatewayResponse> handler) -
Uses of UpdateInternetGatewayResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateInternetGatewayResponse Modifier and Type Method Description UpdateInternetGatewayResponseUpdateInternetGatewayResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateInternetGatewayResponse Modifier and Type Method Description UpdateInternetGatewayResponse.BuilderUpdateInternetGatewayResponse.Builder. copy(UpdateInternetGatewayResponse o)Copy method to populate the builder with values from the given instance.
-