| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
UpdateScheduledActionRequest.getSchedule()
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
Schedule |
CreateScheduledActionRequest.getSchedule()
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
Schedule |
ScheduledActionResponse.getSchedule()
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
Schedule |
Schedule.withAt(Date at)
The timestamp of when Amazon Redshift Serverless should run the scheduled action.
|
Schedule |
Schedule.withCron(String cron)
The cron expression to use to schedule a recurring scheduled action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateScheduledActionRequest.setSchedule(Schedule schedule)
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
void |
CreateScheduledActionRequest.setSchedule(Schedule schedule)
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
void |
ScheduledActionResponse.setSchedule(Schedule schedule)
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
UpdateScheduledActionRequest |
UpdateScheduledActionRequest.withSchedule(Schedule schedule)
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
CreateScheduledActionRequest |
CreateScheduledActionRequest.withSchedule(Schedule schedule)
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
ScheduledActionResponse |
ScheduledActionResponse.withSchedule(Schedule schedule)
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
Copyright © 2024. All rights reserved.