Uses of Class
com.oracle.bmc.core.requests.ListIpInventoryRequest
-
Packages that use ListIpInventoryRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListIpInventoryRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ListIpInventoryRequest 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.Method parameters in com.oracle.bmc.core with type arguments of type ListIpInventoryRequest 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 ListIpInventoryRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListIpInventoryRequest Modifier and Type Method Description ListIpInventoryRequestListIpInventoryRequest.Builder. build()Build the instance of ListIpInventoryRequest as configured by this builderListIpInventoryRequestListIpInventoryRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListIpInventoryRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListIpInventoryRequest Modifier and Type Method Description ListIpInventoryRequest.BuilderListIpInventoryRequest.Builder. copy(ListIpInventoryRequest o)Copy method to populate the builder with values from the given instance.
-