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 DeleteInternetGatewayResponseVirtualNetwork. 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)DeleteInternetGatewayResponseVirtualNetworkClient. 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 DeleteInternetGatewayRequestDeleteInternetGatewayRequest.Builder. build()Build the instance of DeleteInternetGatewayRequest as configured by this builderDeleteInternetGatewayRequestDeleteInternetGatewayRequest.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.BuilderDeleteInternetGatewayRequest.Builder. copy(DeleteInternetGatewayRequest o)Copy method to populate the builder with values from the given instance.
-