Uses of Class
com.oracle.bmc.resourcescheduler.model.CreateScheduleDetails.Action
-
Packages that use CreateScheduleDetails.Action Package Description com.oracle.bmc.resourcescheduler.model -
-
Uses of CreateScheduleDetails.Action in com.oracle.bmc.resourcescheduler.model
Methods in com.oracle.bmc.resourcescheduler.model that return CreateScheduleDetails.Action Modifier and Type Method Description static CreateScheduleDetails.Action
CreateScheduleDetails.Action. create(String key)
CreateScheduleDetails.Action
CreateScheduleDetails. getAction()
This is the action that will be executed by the schedule.static CreateScheduleDetails.Action
CreateScheduleDetails.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateScheduleDetails.Action[]
CreateScheduleDetails.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 CreateScheduleDetails.Action Modifier and Type Method Description CreateScheduleDetails.Builder
CreateScheduleDetails.Builder. action(CreateScheduleDetails.Action action)
This is the action that will be executed by the schedule.Constructors in com.oracle.bmc.resourcescheduler.model with parameters of type CreateScheduleDetails.Action Constructor Description CreateScheduleDetails(String compartmentId, String displayName, String description, CreateScheduleDetails.Action action, String recurrenceDetails, CreateScheduleDetails.RecurrenceType recurrenceType, List<ResourceFilter> resourceFilters, List<Resource> resources, Date timeStarts, Date timeEnds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-