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