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 CreateInternetGatewayResponse
VirtualNetwork. 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)
CreateInternetGatewayResponse
VirtualNetworkClient. 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 CreateInternetGatewayRequest
CreateInternetGatewayRequest.Builder. build()
Build the instance of CreateInternetGatewayRequest as configured by this builderCreateInternetGatewayRequest
CreateInternetGatewayRequest.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.Builder
CreateInternetGatewayRequest.Builder. copy(CreateInternetGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-