Uses of Class
software.amazon.awssdk.services.iot.model.DayOfWeek
-
Packages that use DayOfWeek Package Description software.amazon.awssdk.services.iot.model -
-
Uses of DayOfWeek in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DayOfWeek Modifier and Type Method Description DayOfWeekCreateScheduledAuditRequest. dayOfWeek()The day of the week on which the scheduled audit takes place, eitherSUN,MON,TUE,WED,THU,FRI, orSAT.DayOfWeekDescribeScheduledAuditResponse. dayOfWeek()The day of the week on which the scheduled audit takes place, either one ofSUN,MON,TUE,WED,THU,FRI, orSAT.DayOfWeekScheduledAuditMetadata. dayOfWeek()The day of the week on which the scheduled audit is run (if thefrequencyis "WEEKLY" or "BIWEEKLY").DayOfWeekUpdateScheduledAuditRequest. dayOfWeek()The day of the week on which the scheduled audit takes place.static DayOfWeekDayOfWeek. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DayOfWeekDayOfWeek. valueOf(String name)Returns the enum constant of this type with the specified name.static DayOfWeek[]DayOfWeek. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DayOfWeek Modifier and Type Method Description static Set<DayOfWeek>DayOfWeek. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type DayOfWeek Modifier and Type Method Description CreateScheduledAuditRequest.BuilderCreateScheduledAuditRequest.Builder. dayOfWeek(DayOfWeek dayOfWeek)The day of the week on which the scheduled audit takes place, eitherSUN,MON,TUE,WED,THU,FRI, orSAT.DescribeScheduledAuditResponse.BuilderDescribeScheduledAuditResponse.Builder. dayOfWeek(DayOfWeek dayOfWeek)The day of the week on which the scheduled audit takes place, either one ofSUN,MON,TUE,WED,THU,FRI, orSAT.ScheduledAuditMetadata.BuilderScheduledAuditMetadata.Builder. dayOfWeek(DayOfWeek dayOfWeek)The day of the week on which the scheduled audit is run (if thefrequencyis "WEEKLY" or "BIWEEKLY").UpdateScheduledAuditRequest.BuilderUpdateScheduledAuditRequest.Builder. dayOfWeek(DayOfWeek dayOfWeek)The day of the week on which the scheduled audit takes place.
-