Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.ListInventoryRecordsResponse
- 
Packages that use ListInventoryRecordsResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses 
- 
- 
Uses of ListInventoryRecordsResponse in com.oracle.bmc.fleetappsmanagementMethods in com.oracle.bmc.fleetappsmanagement that return ListInventoryRecordsResponse Modifier and Type Method Description ListInventoryRecordsResponseFleetAppsManagementOperations. listInventoryRecords(ListInventoryRecordsRequest request)Gets a list of inventoryDetails.ListInventoryRecordsResponseFleetAppsManagementOperationsClient. listInventoryRecords(ListInventoryRecordsRequest request)Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ListInventoryRecordsResponse Modifier and Type Method Description Future<ListInventoryRecordsResponse>FleetAppsManagementOperationsAsync. listInventoryRecords(ListInventoryRecordsRequest request, AsyncHandler<ListInventoryRecordsRequest,ListInventoryRecordsResponse> handler)Gets a list of inventoryDetails.Future<ListInventoryRecordsResponse>FleetAppsManagementOperationsAsyncClient. listInventoryRecords(ListInventoryRecordsRequest request, AsyncHandler<ListInventoryRecordsRequest,ListInventoryRecordsResponse> handler)Iterable<ListInventoryRecordsResponse>FleetAppsManagementOperationsPaginators. listInventoryRecordsResponseIterator(ListInventoryRecordsRequest request)Creates a new iterable which will iterate over the responses received from the listInventoryRecords operation.Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ListInventoryRecordsResponse Modifier and Type Method Description Future<ListInventoryRecordsResponse>FleetAppsManagementOperationsAsync. listInventoryRecords(ListInventoryRecordsRequest request, AsyncHandler<ListInventoryRecordsRequest,ListInventoryRecordsResponse> handler)Gets a list of inventoryDetails.Future<ListInventoryRecordsResponse>FleetAppsManagementOperationsAsyncClient. listInventoryRecords(ListInventoryRecordsRequest request, AsyncHandler<ListInventoryRecordsRequest,ListInventoryRecordsResponse> handler)
- 
Uses of ListInventoryRecordsResponse in com.oracle.bmc.fleetappsmanagement.responsesMethods in com.oracle.bmc.fleetappsmanagement.responses that return ListInventoryRecordsResponse Modifier and Type Method Description ListInventoryRecordsResponseListInventoryRecordsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type ListInventoryRecordsResponse Modifier and Type Method Description ListInventoryRecordsResponse.BuilderListInventoryRecordsResponse.Builder. copy(ListInventoryRecordsResponse o)Copy method to populate the builder with values from the given instance.
 
-