Uses of Class
com.oracle.bmc.fleetappsmanagement.model.SchedulerExecutionSummary
- 
Packages that use SchedulerExecutionSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model 
- 
- 
Uses of SchedulerExecutionSummary in com.oracle.bmc.fleetappsmanagementMethods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type SchedulerExecutionSummary Modifier and Type Method Description Iterable<SchedulerExecutionSummary>FleetAppsManagementOperationsPaginators. listSchedulerExecutionsRecordIterator(ListSchedulerExecutionsRequest request)Creates a new iterable which will iterate over theSchedulerExecutionSummaryobjects contained in responses from the listSchedulerExecutions operation.
- 
Uses of SchedulerExecutionSummary in com.oracle.bmc.fleetappsmanagement.modelMethods in com.oracle.bmc.fleetappsmanagement.model that return SchedulerExecutionSummary Modifier and Type Method Description SchedulerExecutionSummarySchedulerExecutionSummary.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type SchedulerExecutionSummary Modifier and Type Method Description List<SchedulerExecutionSummary>SchedulerExecutionCollection. getItems()List of schedulerExecutions.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchedulerExecutionSummary Modifier and Type Method Description SchedulerExecutionSummary.BuilderSchedulerExecutionSummary.Builder. copy(SchedulerExecutionSummary model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type SchedulerExecutionSummary Modifier and Type Method Description SchedulerExecutionCollection.BuilderSchedulerExecutionCollection.Builder. items(List<SchedulerExecutionSummary> items)List of schedulerExecutions.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type SchedulerExecutionSummary Constructor Description SchedulerExecutionCollection(List<SchedulerExecutionSummary> items)Deprecated.
 
-