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