Uses of Class
com.oracle.bmc.loganalytics.model.StorageWorkRequestSummary
-
Packages that use StorageWorkRequestSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of StorageWorkRequestSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type StorageWorkRequestSummary Modifier and Type Method Description Iterable<StorageWorkRequestSummary>
LogAnalyticsPaginators. listStorageWorkRequestsRecordIterator(ListStorageWorkRequestsRequest request)
Creates a new iterable which will iterate over theStorageWorkRequestSummary
objects contained in responses from the listStorageWorkRequests operation. -
Uses of StorageWorkRequestSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return StorageWorkRequestSummary Modifier and Type Method Description StorageWorkRequestSummary
StorageWorkRequestSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type StorageWorkRequestSummary Modifier and Type Method Description List<StorageWorkRequestSummary>
StorageWorkRequestCollection. getItems()
This is an array of work request summaries.Methods in com.oracle.bmc.loganalytics.model with parameters of type StorageWorkRequestSummary Modifier and Type Method Description StorageWorkRequestSummary.Builder
StorageWorkRequestSummary.Builder. copy(StorageWorkRequestSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type StorageWorkRequestSummary Modifier and Type Method Description StorageWorkRequestCollection.Builder
StorageWorkRequestCollection.Builder. items(List<StorageWorkRequestSummary> items)
This is an array of work request summaries.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type StorageWorkRequestSummary Constructor Description StorageWorkRequestCollection(List<StorageWorkRequestSummary> items)
Deprecated.
-