Uses of Class
com.oracle.bmc.jms.model.TaskScheduleSummary
-
Packages that use TaskScheduleSummary Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model -
-
Uses of TaskScheduleSummary in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return types with arguments of type TaskScheduleSummary Modifier and Type Method Description Iterable<TaskScheduleSummary>
JavaManagementServicePaginators. listTaskSchedulesRecordIterator(ListTaskSchedulesRequest request)
Creates a new iterable which will iterate over theTaskScheduleSummary
objects contained in responses from the listTaskSchedules operation. -
Uses of TaskScheduleSummary in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return TaskScheduleSummary Modifier and Type Method Description TaskScheduleSummary
TaskScheduleSummary.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type TaskScheduleSummary Modifier and Type Method Description List<TaskScheduleSummary>
TaskScheduleCollection. getItems()
A list of task schedules.Methods in com.oracle.bmc.jms.model with parameters of type TaskScheduleSummary Modifier and Type Method Description TaskScheduleSummary.Builder
TaskScheduleSummary.Builder. copy(TaskScheduleSummary model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type TaskScheduleSummary Modifier and Type Method Description TaskScheduleCollection.Builder
TaskScheduleCollection.Builder. items(List<TaskScheduleSummary> items)
A list of task schedules.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type TaskScheduleSummary Constructor Description TaskScheduleCollection(List<TaskScheduleSummary> items)
Deprecated.
-