Uses of Enum
software.amazon.awssdk.services.ec2.model.WeekDay
Packages that use WeekDay
-
Uses of WeekDay in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return WeekDayModifier and TypeMethodDescriptionfinal WeekDayInstanceEventWindowTimeRange.endWeekDay()The day on which the time range ends.final WeekDayInstanceEventWindowTimeRangeRequest.endWeekDay()The day on which the time range ends.static WeekDayUse this in place of valueOf to convert the raw string returned by the service into the enum value.final WeekDayInstanceEventWindowTimeRange.startWeekDay()The day on which the time range begins.final WeekDayInstanceEventWindowTimeRangeRequest.startWeekDay()The day on which the time range begins.static WeekDayReturns 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 WeekDayMethods in software.amazon.awssdk.services.ec2.model with parameters of type WeekDayModifier and TypeMethodDescriptionInstanceEventWindowTimeRange.Builder.endWeekDay(WeekDay endWeekDay) The day on which the time range ends.InstanceEventWindowTimeRangeRequest.Builder.endWeekDay(WeekDay endWeekDay) The day on which the time range ends.InstanceEventWindowTimeRange.Builder.startWeekDay(WeekDay startWeekDay) The day on which the time range begins.InstanceEventWindowTimeRangeRequest.Builder.startWeekDay(WeekDay startWeekDay) The day on which the time range begins.