| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Time |
Time.clone() |
Time |
DailySchedule.getStartTime()
The schedule start time.
|
Time |
MonthlySchedule.getStartTime()
The monthly schedule's start time.
|
Time |
WeeklySchedule.getStartTime()
The weekly schedule's start time.
|
Time |
Time.withTimeOfDay(String timeOfDay)
The time of day in 24-hour format (00:00).
|
Time |
Time.withTimezone(String timezone)
The timezone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DailySchedule.setStartTime(Time startTime)
The schedule start time.
|
void |
MonthlySchedule.setStartTime(Time startTime)
The monthly schedule's start time.
|
void |
WeeklySchedule.setStartTime(Time startTime)
The weekly schedule's start time.
|
DailySchedule |
DailySchedule.withStartTime(Time startTime)
The schedule start time.
|
MonthlySchedule |
MonthlySchedule.withStartTime(Time startTime)
The monthly schedule's start time.
|
WeeklySchedule |
WeeklySchedule.withStartTime(Time startTime)
The weekly schedule's start time.
|
Copyright © 2024. All rights reserved.