Uses of Class
software.amazon.awssdk.services.datasync.model.ScheduleDisabledBy
-
Packages that use ScheduleDisabledBy Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ScheduleDisabledBy in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ScheduleDisabledBy Modifier and Type Method Description ScheduleDisabledByTaskScheduleDetails. disabledBy()Indicates how your task schedule was disabled.static ScheduleDisabledByScheduleDisabledBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ScheduleDisabledByScheduleDisabledBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleDisabledBy[]ScheduleDisabledBy. 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 ScheduleDisabledBy Modifier and Type Method Description static Set<ScheduleDisabledBy>ScheduleDisabledBy. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type ScheduleDisabledBy Modifier and Type Method Description TaskScheduleDetails.BuilderTaskScheduleDetails.Builder. disabledBy(ScheduleDisabledBy disabledBy)Indicates how your task schedule was disabled.
-