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