Uses of Class
com.oracle.bmc.autoscaling.model.ExecutionSchedule.Timezone
-
Packages that use ExecutionSchedule.Timezone Package Description com.oracle.bmc.autoscaling.model -
-
Uses of ExecutionSchedule.Timezone in com.oracle.bmc.autoscaling.model
Methods in com.oracle.bmc.autoscaling.model that return ExecutionSchedule.Timezone Modifier and Type Method Description static ExecutionSchedule.Timezone
ExecutionSchedule.Timezone. create(String key)
ExecutionSchedule.Timezone
ExecutionSchedule. getTimezone()
The time zone for the execution schedule.static ExecutionSchedule.Timezone
ExecutionSchedule.Timezone. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionSchedule.Timezone[]
ExecutionSchedule.Timezone. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.autoscaling.model with parameters of type ExecutionSchedule.Timezone Modifier and Type Method Description CronExecutionSchedule.Builder
CronExecutionSchedule.Builder. timezone(ExecutionSchedule.Timezone timezone)
Constructors in com.oracle.bmc.autoscaling.model with parameters of type ExecutionSchedule.Timezone Constructor Description CronExecutionSchedule(ExecutionSchedule.Timezone timezone, String expression)
Deprecated.ExecutionSchedule(ExecutionSchedule.Timezone timezone)
Deprecated.
-