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.fleetappsmanagement
Methods 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 theSchedulerExecutionSummary
objects contained in responses from the listSchedulerExecutions operation. -
Uses of SchedulerExecutionSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return SchedulerExecutionSummary Modifier and Type Method Description SchedulerExecutionSummary
SchedulerExecutionSummary.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.Builder
SchedulerExecutionSummary.Builder. copy(SchedulerExecutionSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type SchedulerExecutionSummary Modifier and Type Method Description SchedulerExecutionCollection.Builder
SchedulerExecutionCollection.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.
-