Uses of Class
com.oracle.bmc.loganalytics.model.ScheduledTaskSummary
-
Packages that use ScheduledTaskSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of ScheduledTaskSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ScheduledTaskSummary Modifier and Type Method Description Iterable<ScheduledTaskSummary>
LogAnalyticsPaginators. listScheduledTasksRecordIterator(ListScheduledTasksRequest request)
Creates a new iterable which will iterate over theScheduledTaskSummary
objects contained in responses from the listScheduledTasks operation. -
Uses of ScheduledTaskSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ScheduledTaskSummary Modifier and Type Method Description ScheduledTaskSummary
ScheduledTaskSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type ScheduledTaskSummary Modifier and Type Method Description List<ScheduledTaskSummary>
ScheduledTaskCollection. getItems()
Array of scheduled task summary information.Methods in com.oracle.bmc.loganalytics.model with parameters of type ScheduledTaskSummary Modifier and Type Method Description ScheduledTaskSummary.Builder
ScheduledTaskSummary.Builder. copy(ScheduledTaskSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type ScheduledTaskSummary Modifier and Type Method Description ScheduledTaskCollection.Builder
ScheduledTaskCollection.Builder. items(List<ScheduledTaskSummary> items)
Array of scheduled task summary information.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type ScheduledTaskSummary Constructor Description ScheduledTaskCollection(List<ScheduledTaskSummary> items)
Deprecated.
-