Uses of Class
software.amazon.awssdk.services.scheduler.model.FlexibleTimeWindowMode
-
Packages that use FlexibleTimeWindowMode Package Description software.amazon.awssdk.services.scheduler.model -
-
Uses of FlexibleTimeWindowMode in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return FlexibleTimeWindowMode Modifier and Type Method Description static FlexibleTimeWindowModeFlexibleTimeWindowMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FlexibleTimeWindowModeFlexibleTimeWindow. mode()Determines whether the schedule is invoked within a flexible time window.static FlexibleTimeWindowModeFlexibleTimeWindowMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FlexibleTimeWindowMode[]FlexibleTimeWindowMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.scheduler.model that return types with arguments of type FlexibleTimeWindowMode Modifier and Type Method Description static Set<FlexibleTimeWindowMode>FlexibleTimeWindowMode. knownValues()Methods in software.amazon.awssdk.services.scheduler.model with parameters of type FlexibleTimeWindowMode Modifier and Type Method Description FlexibleTimeWindow.BuilderFlexibleTimeWindow.Builder. mode(FlexibleTimeWindowMode mode)Determines whether the schedule is invoked within a flexible time window.
-