Uses of Class
com.oracle.bmc.cloudbridge.requests.ListInventoriesRequest
-
Packages that use ListInventoriesRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of ListInventoriesRequest in com.oracle.bmc.cloudbridge
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type ListInventoriesRequest Modifier and Type Method Description Future<ListInventoriesResponse>
InventoryAsync. listInventories(ListInventoriesRequest request, AsyncHandler<ListInventoriesRequest,ListInventoriesResponse> handler)
Returns a list of inventories.Future<ListInventoriesResponse>
InventoryAsyncClient. listInventories(ListInventoriesRequest request, AsyncHandler<ListInventoriesRequest,ListInventoriesResponse> handler)
-
Uses of ListInventoriesRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return ListInventoriesRequest Modifier and Type Method Description ListInventoriesRequest
ListInventoriesRequest.Builder. build()
Build the instance of ListInventoriesRequest as configured by this builderListInventoriesRequest
ListInventoriesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInventoriesRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type ListInventoriesRequest Modifier and Type Method Description ListInventoriesRequest.Builder
ListInventoriesRequest.Builder. copy(ListInventoriesRequest o)
Copy method to populate the builder with values from the given instance.
-