Uses of Class
com.oracle.bmc.core.requests.UpdateInternetGatewayRequest
-
Packages that use UpdateInternetGatewayRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateInternetGatewayRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateInternetGatewayRequest Modifier and Type Method Description UpdateInternetGatewayResponse
VirtualNetwork. updateInternetGateway(UpdateInternetGatewayRequest request)
Updates the specified internet gateway.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)
UpdateInternetGatewayResponse
VirtualNetworkClient. updateInternetGateway(UpdateInternetGatewayRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateInternetGatewayRequest 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 UpdateInternetGatewayRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateInternetGatewayRequest Modifier and Type Method Description UpdateInternetGatewayRequest
UpdateInternetGatewayRequest.Builder. build()
Build the instance of UpdateInternetGatewayRequest as configured by this builderUpdateInternetGatewayRequest
UpdateInternetGatewayRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateInternetGatewayRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateInternetGatewayRequest Modifier and Type Method Description UpdateInternetGatewayRequest.Builder
UpdateInternetGatewayRequest.Builder. copy(UpdateInternetGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-