Uses of Class
com.oracle.bmc.resourcescheduler.model.Schedule.Action
-
Packages that use Schedule.Action Package Description com.oracle.bmc.resourcescheduler.model -
-
Uses of Schedule.Action in com.oracle.bmc.resourcescheduler.model
Methods in com.oracle.bmc.resourcescheduler.model that return Schedule.Action Modifier and Type Method Description static Schedule.Action
Schedule.Action. create(String key)
Schedule.Action
Schedule. getAction()
This is the action that will be executed by the schedule.static Schedule.Action
Schedule.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schedule.Action[]
Schedule.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcescheduler.model with parameters of type Schedule.Action Modifier and Type Method Description Schedule.Builder
Schedule.Builder. action(Schedule.Action action)
This is the action that will be executed by the schedule.Constructors in com.oracle.bmc.resourcescheduler.model with parameters of type Schedule.Action Constructor Description Schedule(String id, String compartmentId, String displayName, String description, Schedule.Action action, String recurrenceDetails, Schedule.RecurrenceType recurrenceType, List<ResourceFilter> resourceFilters, List<Resource> resources, Date timeStarts, Date timeEnds, Date timeCreated, Date timeUpdated, Date timeLastRun, Date timeNextRun, Schedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-