Uses of Class
com.oracle.bmc.core.responses.ListIpInventoryResponse
-
Packages that use ListIpInventoryResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListIpInventoryResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListIpInventoryResponse Modifier and Type Method Description ListIpInventoryResponseVirtualNetwork. listIpInventory(ListIpInventoryRequest request)Lists the IP Inventory information in the selected compartments.ListIpInventoryResponseVirtualNetworkClient. listIpInventory(ListIpInventoryRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ListIpInventoryResponse Modifier and Type Method Description Waiter<ListIpInventoryRequest,ListIpInventoryResponse>VirtualNetworkWaiters. forListIpInventory(ListIpInventoryRequest request)Creates a newWaiterusing the default configuration.Waiter<ListIpInventoryRequest,ListIpInventoryResponse>VirtualNetworkWaiters. forListIpInventory(ListIpInventoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Future<ListIpInventoryResponse>VirtualNetworkAsync. listIpInventory(ListIpInventoryRequest request, AsyncHandler<ListIpInventoryRequest,ListIpInventoryResponse> handler)Lists the IP Inventory information in the selected compartments.Future<ListIpInventoryResponse>VirtualNetworkAsyncClient. listIpInventory(ListIpInventoryRequest request, AsyncHandler<ListIpInventoryRequest,ListIpInventoryResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type ListIpInventoryResponse Modifier and Type Method Description Future<ListIpInventoryResponse>VirtualNetworkAsync. listIpInventory(ListIpInventoryRequest request, AsyncHandler<ListIpInventoryRequest,ListIpInventoryResponse> handler)Lists the IP Inventory information in the selected compartments.Future<ListIpInventoryResponse>VirtualNetworkAsyncClient. listIpInventory(ListIpInventoryRequest request, AsyncHandler<ListIpInventoryRequest,ListIpInventoryResponse> handler) -
Uses of ListIpInventoryResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListIpInventoryResponse Modifier and Type Method Description ListIpInventoryResponseListIpInventoryResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListIpInventoryResponse Modifier and Type Method Description ListIpInventoryResponse.BuilderListIpInventoryResponse.Builder. copy(ListIpInventoryResponse o)Copy method to populate the builder with values from the given instance.
-