Uses of Class
com.oracle.bmc.core.responses.CreateNatGatewayResponse
-
Packages that use CreateNatGatewayResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateNatGatewayResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateNatGatewayResponse Modifier and Type Method Description CreateNatGatewayResponse
VirtualNetwork. createNatGateway(CreateNatGatewayRequest request)
Creates a new NAT gateway for the specified VCN.CreateNatGatewayResponse
VirtualNetworkClient. createNatGateway(CreateNatGatewayRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type CreateNatGatewayResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type CreateNatGatewayResponse 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 CreateNatGatewayResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateNatGatewayResponse Modifier and Type Method Description CreateNatGatewayResponse
CreateNatGatewayResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateNatGatewayResponse Modifier and Type Method Description CreateNatGatewayResponse.Builder
CreateNatGatewayResponse.Builder. copy(CreateNatGatewayResponse o)
Copy method to populate the builder with values from the given instance.
-