Uses of Class
com.oracle.bmc.core.requests.UpdateNatGatewayRequest
-
Packages that use UpdateNatGatewayRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateNatGatewayRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateNatGatewayRequest Modifier and Type Method Description UpdateNatGatewayResponse
VirtualNetwork. updateNatGateway(UpdateNatGatewayRequest request)
Updates the specified NAT gateway.Future<UpdateNatGatewayResponse>
VirtualNetworkAsync. updateNatGateway(UpdateNatGatewayRequest request, AsyncHandler<UpdateNatGatewayRequest,UpdateNatGatewayResponse> handler)
Updates the specified NAT gateway.Future<UpdateNatGatewayResponse>
VirtualNetworkAsyncClient. updateNatGateway(UpdateNatGatewayRequest request, AsyncHandler<UpdateNatGatewayRequest,UpdateNatGatewayResponse> handler)
UpdateNatGatewayResponse
VirtualNetworkClient. updateNatGateway(UpdateNatGatewayRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateNatGatewayRequest Modifier and Type Method Description Future<UpdateNatGatewayResponse>
VirtualNetworkAsync. updateNatGateway(UpdateNatGatewayRequest request, AsyncHandler<UpdateNatGatewayRequest,UpdateNatGatewayResponse> handler)
Updates the specified NAT gateway.Future<UpdateNatGatewayResponse>
VirtualNetworkAsyncClient. updateNatGateway(UpdateNatGatewayRequest request, AsyncHandler<UpdateNatGatewayRequest,UpdateNatGatewayResponse> handler)
-
Uses of UpdateNatGatewayRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateNatGatewayRequest Modifier and Type Method Description UpdateNatGatewayRequest
UpdateNatGatewayRequest.Builder. build()
Build the instance of UpdateNatGatewayRequest as configured by this builderUpdateNatGatewayRequest
UpdateNatGatewayRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateNatGatewayRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateNatGatewayRequest Modifier and Type Method Description UpdateNatGatewayRequest.Builder
UpdateNatGatewayRequest.Builder. copy(UpdateNatGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-