static Schedule |
Schedule.fromDaily(Consumer<DailySchedule.Builder> daily) |
Create an instance of this class with daily() initialized to the given value.
|
static Schedule |
Schedule.fromDaily(DailySchedule daily) |
Create an instance of this class with daily() initialized to the given value.
|
static Schedule |
Schedule.fromMonthly(Consumer<MonthlySchedule.Builder> monthly) |
Create an instance of this class with monthly() initialized to the given value.
|
static Schedule |
Schedule.fromMonthly(MonthlySchedule monthly) |
Create an instance of this class with monthly() initialized to the given value.
|
static Schedule |
Schedule.fromOneTime(Consumer<OneTimeSchedule.Builder> oneTime) |
Create an instance of this class with oneTime() initialized to the given value.
|
static Schedule |
Schedule.fromOneTime(OneTimeSchedule oneTime) |
Create an instance of this class with oneTime() initialized to the given value.
|
static Schedule |
Schedule.fromWeekly(Consumer<WeeklySchedule.Builder> weekly) |
Create an instance of this class with weekly() initialized to the given value.
|
static Schedule |
Schedule.fromWeekly(WeeklySchedule weekly) |
Create an instance of this class with weekly() initialized to the given value.
|
Schedule |
CisScanConfiguration.schedule() |
The CIS scan configuration's schedule.
|
Schedule |
CreateCisScanConfigurationRequest.schedule() |
The schedule for the CIS scan configuration.
|
Schedule |
UpdateCisScanConfigurationRequest.schedule() |
The schedule for the CIS scan configuration.
|