Uses of Class
software.amazon.awssdk.services.datasync.model.ScheduleStatus
-
Packages that use ScheduleStatus Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ScheduleStatus in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ScheduleStatus Modifier and Type Method Description static ScheduleStatusScheduleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduleStatusTaskSchedule. status()Specifies whether to enable or disable your task schedule.static ScheduleStatusScheduleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleStatus[]ScheduleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ScheduleStatus Modifier and Type Method Description static Set<ScheduleStatus>ScheduleStatus. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type ScheduleStatus Modifier and Type Method Description TaskSchedule.BuilderTaskSchedule.Builder. status(ScheduleStatus status)Specifies whether to enable or disable your task schedule.
-