Uses of Class
com.oracle.bmc.loganalytics.model.UploadSummary
-
Packages that use UploadSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of UploadSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UploadSummary Modifier and Type Method Description Iterable<UploadSummary>
LogAnalyticsPaginators. listUploadsRecordIterator(ListUploadsRequest request)
Creates a new iterable which will iterate over theUploadSummary
objects contained in responses from the listUploads operation. -
Uses of UploadSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return UploadSummary Modifier and Type Method Description UploadSummary
UploadSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type UploadSummary Modifier and Type Method Description List<UploadSummary>
UploadCollection. getItems()
List of UploadSummary objects.Methods in com.oracle.bmc.loganalytics.model with parameters of type UploadSummary Modifier and Type Method Description UploadSummary.Builder
UploadSummary.Builder. copy(UploadSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type UploadSummary Modifier and Type Method Description UploadCollection.Builder
UploadCollection.Builder. items(List<UploadSummary> items)
List of UploadSummary objects.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type UploadSummary Constructor Description UploadCollection(List<UploadSummary> items)
Deprecated.
-