Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.ListInventoryResourcesRequest
-
Packages that use ListInventoryResourcesRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of ListInventoryResourcesRequest in com.oracle.bmc.fleetappsmanagement
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ListInventoryResourcesRequest Modifier and Type Method Description Future<ListInventoryResourcesResponse>
FleetAppsManagementAsync. listInventoryResources(ListInventoryResourcesRequest request, AsyncHandler<ListInventoryResourcesRequest,ListInventoryResourcesResponse> handler)
Returns a list of Inventory Resources based on the criteria provided.Future<ListInventoryResourcesResponse>
FleetAppsManagementAsyncClient. listInventoryResources(ListInventoryResourcesRequest request, AsyncHandler<ListInventoryResourcesRequest,ListInventoryResourcesResponse> handler)
-
Uses of ListInventoryResourcesRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return ListInventoryResourcesRequest Modifier and Type Method Description ListInventoryResourcesRequest
ListInventoryResourcesRequest.Builder. build()
Build the instance of ListInventoryResourcesRequest as configured by this builderListInventoryResourcesRequest
ListInventoryResourcesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInventoryResourcesRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type ListInventoryResourcesRequest Modifier and Type Method Description ListInventoryResourcesRequest.Builder
ListInventoryResourcesRequest.Builder. copy(ListInventoryResourcesRequest o)
Copy method to populate the builder with values from the given instance.
-