Uses of Class
com.oracle.bmc.fleetappsmanagement.model.SchedulerJobSummary
-
Packages that use SchedulerJobSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of SchedulerJobSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type SchedulerJobSummary Modifier and Type Method Description Iterable<SchedulerJobSummary>
FleetAppsManagementOperationsPaginators. listSchedulerJobsRecordIterator(ListSchedulerJobsRequest request)
Creates a new iterable which will iterate over theSchedulerJobSummary
objects contained in responses from the listSchedulerJobs operation. -
Uses of SchedulerJobSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return SchedulerJobSummary Modifier and Type Method Description SchedulerJobSummary
SchedulerJobSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type SchedulerJobSummary Modifier and Type Method Description List<SchedulerJobSummary>
SchedulerJobCollection. getItems()
List of schedulerJobs.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchedulerJobSummary Modifier and Type Method Description SchedulerJobSummary.Builder
SchedulerJobSummary.Builder. copy(SchedulerJobSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type SchedulerJobSummary Modifier and Type Method Description SchedulerJobCollection.Builder
SchedulerJobCollection.Builder. items(List<SchedulerJobSummary> items)
List of schedulerJobs.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type SchedulerJobSummary Constructor Description SchedulerJobCollection(List<SchedulerJobSummary> items)
Deprecated.
-