| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
Crawler.getSchedule()
For scheduled crawlers, the schedule when the crawler runs.
|
Schedule |
Schedule.withScheduleExpression(String scheduleExpression)
A
cron expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. |
Schedule |
Schedule.withState(ScheduleState state)
The state of the schedule.
|
Schedule |
Schedule.withState(String state)
The state of the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Crawler.setSchedule(Schedule schedule)
For scheduled crawlers, the schedule when the crawler runs.
|
Crawler |
Crawler.withSchedule(Schedule schedule)
For scheduled crawlers, the schedule when the crawler runs.
|
Copyright © 2025. All rights reserved.