Uses of Class
com.oracle.bmc.osmanagementhub.model.ScheduledJobSummary
-
Packages that use ScheduledJobSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of ScheduledJobSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ScheduledJobSummary Modifier and Type Method Description Iterable<ScheduledJobSummary>
ScheduledJobPaginators. listScheduledJobsRecordIterator(ListScheduledJobsRequest request)
Creates a new iterable which will iterate over theScheduledJobSummary
objects contained in responses from the listScheduledJobs operation. -
Uses of ScheduledJobSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ScheduledJobSummary Modifier and Type Method Description ScheduledJobSummary
ScheduledJobSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ScheduledJobSummary Modifier and Type Method Description List<ScheduledJobSummary>
ScheduledJobCollection. getItems()
List of scheduled jobs.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ScheduledJobSummary Modifier and Type Method Description ScheduledJobSummary.Builder
ScheduledJobSummary.Builder. copy(ScheduledJobSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ScheduledJobSummary Modifier and Type Method Description ScheduledJobCollection.Builder
ScheduledJobCollection.Builder. items(List<ScheduledJobSummary> items)
List of scheduled jobs.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ScheduledJobSummary Constructor Description ScheduledJobCollection(List<ScheduledJobSummary> items)
Deprecated.
-