Uses of Class
com.oracle.bmc.osmanagement.model.ScheduledJobSummary
-
Packages that use ScheduledJobSummary Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.responses -
-
Uses of ScheduledJobSummary in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return types with arguments of type ScheduledJobSummary Modifier and Type Method Description Iterable<ScheduledJobSummary>
OsManagementPaginators. listScheduledJobsRecordIterator(ListScheduledJobsRequest request)
Creates a new iterable which will iterate over theScheduledJobSummary
objects contained in responses from the listScheduledJobs operation.Iterable<ScheduledJobSummary>
OsManagementPaginators. listUpcomingScheduledJobsRecordIterator(ListUpcomingScheduledJobsRequest request)
Creates a new iterable which will iterate over theScheduledJobSummary
objects contained in responses from the listUpcomingScheduledJobs operation. -
Uses of ScheduledJobSummary in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return ScheduledJobSummary Modifier and Type Method Description ScheduledJobSummary
ScheduledJobSummary.Builder. build()
Methods in com.oracle.bmc.osmanagement.model with parameters of type ScheduledJobSummary Modifier and Type Method Description ScheduledJobSummary.Builder
ScheduledJobSummary.Builder. copy(ScheduledJobSummary model)
-
Uses of ScheduledJobSummary in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return types with arguments of type ScheduledJobSummary Modifier and Type Method Description List<ScheduledJobSummary>
ListScheduledJobsResponse. getItems()
A list of com.oracle.bmc.osmanagement.model.ScheduledJobSummary instances.List<ScheduledJobSummary>
ListUpcomingScheduledJobsResponse. getItems()
A list of com.oracle.bmc.osmanagement.model.ScheduledJobSummary instances.Method parameters in com.oracle.bmc.osmanagement.responses with type arguments of type ScheduledJobSummary Modifier and Type Method Description ListScheduledJobsResponse.Builder
ListScheduledJobsResponse.Builder. items(List<ScheduledJobSummary> items)
A list of com.oracle.bmc.osmanagement.model.ScheduledJobSummary instances.ListUpcomingScheduledJobsResponse.Builder
ListUpcomingScheduledJobsResponse.Builder. items(List<ScheduledJobSummary> items)
A list of com.oracle.bmc.osmanagement.model.ScheduledJobSummary instances.
-