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