Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.ListInventoryResourcesResponse
-
Packages that use ListInventoryResourcesResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of ListInventoryResourcesResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return ListInventoryResourcesResponse Modifier and Type Method Description ListInventoryResourcesResponseFleetAppsManagement. listInventoryResources(ListInventoryResourcesRequest request)Returns a list of Inventory Resources based on the criteria provided.ListInventoryResourcesResponseFleetAppsManagementClient. listInventoryResources(ListInventoryResourcesRequest request)Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ListInventoryResourcesResponse 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)Iterable<ListInventoryResourcesResponse>FleetAppsManagementPaginators. listInventoryResourcesResponseIterator(ListInventoryResourcesRequest request)Creates a new iterable which will iterate over the responses received from the listInventoryResources operation.Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ListInventoryResourcesResponse 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 ListInventoryResourcesResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return ListInventoryResourcesResponse Modifier and Type Method Description ListInventoryResourcesResponseListInventoryResourcesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type ListInventoryResourcesResponse Modifier and Type Method Description ListInventoryResourcesResponse.BuilderListInventoryResourcesResponse.Builder. copy(ListInventoryResourcesResponse o)Copy method to populate the builder with values from the given instance.
-