Uses of Class
software.amazon.awssdk.services.ec2.model.WeekDay
-
Packages that use WeekDay Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of WeekDay in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return WeekDay Modifier and Type Method Description WeekDayInstanceEventWindowTimeRange. endWeekDay()The day on which the time range ends.WeekDayInstanceEventWindowTimeRangeRequest. endWeekDay()The day on which the time range ends.static WeekDayWeekDay. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WeekDayInstanceEventWindowTimeRange. startWeekDay()The day on which the time range begins.WeekDayInstanceEventWindowTimeRangeRequest. startWeekDay()The day on which the time range begins.static WeekDayWeekDay. valueOf(String name)Returns the enum constant of this type with the specified name.static WeekDay[]WeekDay. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type WeekDay Modifier and Type Method Description static Set<WeekDay>WeekDay. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type WeekDay Modifier and Type Method Description InstanceEventWindowTimeRange.BuilderInstanceEventWindowTimeRange.Builder. endWeekDay(WeekDay endWeekDay)The day on which the time range ends.InstanceEventWindowTimeRangeRequest.BuilderInstanceEventWindowTimeRangeRequest.Builder. endWeekDay(WeekDay endWeekDay)The day on which the time range ends.InstanceEventWindowTimeRange.BuilderInstanceEventWindowTimeRange.Builder. startWeekDay(WeekDay startWeekDay)The day on which the time range begins.InstanceEventWindowTimeRangeRequest.BuilderInstanceEventWindowTimeRangeRequest.Builder. startWeekDay(WeekDay startWeekDay)The day on which the time range begins.
-