| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
UpdateCisScanConfigurationRequest.getSchedule()
The schedule for the CIS scan configuration.
|
Schedule |
CisScanConfiguration.getSchedule()
The CIS scan configuration's schedule.
|
Schedule |
CreateCisScanConfigurationRequest.getSchedule()
The schedule for the CIS scan configuration.
|
Schedule |
Schedule.withDaily(DailySchedule daily)
The schedule's daily.
|
Schedule |
Schedule.withMonthly(MonthlySchedule monthly)
The schedule's monthly.
|
Schedule |
Schedule.withOneTime(OneTimeSchedule oneTime)
The schedule's one time.
|
Schedule |
Schedule.withWeekly(WeeklySchedule weekly)
The schedule's weekly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCisScanConfigurationRequest.setSchedule(Schedule schedule)
The schedule for the CIS scan configuration.
|
void |
CisScanConfiguration.setSchedule(Schedule schedule)
The CIS scan configuration's schedule.
|
void |
CreateCisScanConfigurationRequest.setSchedule(Schedule schedule)
The schedule for the CIS scan configuration.
|
UpdateCisScanConfigurationRequest |
UpdateCisScanConfigurationRequest.withSchedule(Schedule schedule)
The schedule for the CIS scan configuration.
|
CisScanConfiguration |
CisScanConfiguration.withSchedule(Schedule schedule)
The CIS scan configuration's schedule.
|
CreateCisScanConfigurationRequest |
CreateCisScanConfigurationRequest.withSchedule(Schedule schedule)
The schedule for the CIS scan configuration.
|
Copyright © 2024. All rights reserved.