Uses of Class
software.amazon.awssdk.services.inspector2.model.MonthlySchedule
-
Packages that use MonthlySchedule Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of MonthlySchedule in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return MonthlySchedule Modifier and Type Method Description MonthlyScheduleSchedule. monthly()The schedule's monthly.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type MonthlySchedule Modifier and Type Method Description static ScheduleSchedule. fromMonthly(MonthlySchedule monthly)Create an instance of this class withSchedule.monthly()initialized to the given value.Schedule.BuilderSchedule.Builder. monthly(MonthlySchedule monthly)The schedule's monthly.
-