Uses of Class
com.oracle.bmc.dataflow.model.PoolSchedule
-
Packages that use PoolSchedule Package Description com.oracle.bmc.dataflow.model -
-
Uses of PoolSchedule in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return PoolSchedule Modifier and Type Method Description PoolSchedule
PoolSchedule.Builder. build()
Methods in com.oracle.bmc.dataflow.model that return types with arguments of type PoolSchedule Modifier and Type Method Description List<PoolSchedule>
CreatePoolDetails. getSchedules()
A list of schedules for pool to auto start and stop.List<PoolSchedule>
Pool. getSchedules()
A list of schedules for pool to auto start and stop.List<PoolSchedule>
UpdatePoolDetails. getSchedules()
A list of schedules for pool to auto start and stop.Methods in com.oracle.bmc.dataflow.model with parameters of type PoolSchedule Modifier and Type Method Description PoolSchedule.Builder
PoolSchedule.Builder. copy(PoolSchedule model)
Method parameters in com.oracle.bmc.dataflow.model with type arguments of type PoolSchedule Modifier and Type Method Description CreatePoolDetails.Builder
CreatePoolDetails.Builder. schedules(List<PoolSchedule> schedules)
A list of schedules for pool to auto start and stop.Pool.Builder
Pool.Builder. schedules(List<PoolSchedule> schedules)
A list of schedules for pool to auto start and stop.UpdatePoolDetails.Builder
UpdatePoolDetails.Builder. schedules(List<PoolSchedule> schedules)
A list of schedules for pool to auto start and stop.
-