Uses of Class
software.amazon.awssdk.services.inspector2.model.Day
-
Packages that use Day Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Day in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Day Modifier and Type Method Description DayMonthlySchedule. day()The monthly schedule's day.static DayDay. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DayDay. valueOf(String name)Returns the enum constant of this type with the specified name.static Day[]Day. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Day Modifier and Type Method Description List<Day>WeeklySchedule. days()The weekly schedule's days.static Set<Day>Day. knownValues()Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Day Modifier and Type Method Description MonthlySchedule.BuilderMonthlySchedule.Builder. day(Day day)The monthly schedule's day.WeeklySchedule.BuilderWeeklySchedule.Builder. days(Day... days)The weekly schedule's days.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Day Modifier and Type Method Description WeeklySchedule.BuilderWeeklySchedule.Builder. days(Collection<Day> days)The weekly schedule's days.
-