| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledActionResponse |
ScheduledActionResponse.clone() |
ScheduledActionResponse |
GetScheduledActionResult.getScheduledAction()
The returned scheduled action object.
|
ScheduledActionResponse |
DeleteScheduledActionResult.getScheduledAction()
The deleted scheduled action object.
|
ScheduledActionResponse |
CreateScheduledActionResult.getScheduledAction()
The returned
ScheduledAction object that describes the properties of a scheduled action. |
ScheduledActionResponse |
UpdateScheduledActionResult.getScheduledAction()
The ScheduledAction object that was updated.
|
ScheduledActionResponse |
ScheduledActionResponse.withEndTime(Date endTime)
The end time of
|
ScheduledActionResponse |
ScheduledActionResponse.withNamespaceName(String namespaceName)
The end time in UTC when the schedule is no longer active.
|
ScheduledActionResponse |
ScheduledActionResponse.withNextInvocations(Collection<Date> nextInvocations)
An array of timestamps of when the next scheduled actions will trigger.
|
ScheduledActionResponse |
ScheduledActionResponse.withNextInvocations(Date... nextInvocations)
An array of timestamps of when the next scheduled actions will trigger.
|
ScheduledActionResponse |
ScheduledActionResponse.withRoleArn(String roleArn)
The ARN of the IAM role to assume to run the scheduled action.
|
ScheduledActionResponse |
ScheduledActionResponse.withSchedule(Schedule schedule)
The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action.
|
ScheduledActionResponse |
ScheduledActionResponse.withScheduledActionDescription(String scheduledActionDescription)
The description of the scheduled action.
|
ScheduledActionResponse |
ScheduledActionResponse.withScheduledActionName(String scheduledActionName)
The name of the scheduled action.
|
ScheduledActionResponse |
ScheduledActionResponse.withScheduledActionUuid(String scheduledActionUuid)
The uuid of the scheduled action.
|
ScheduledActionResponse |
ScheduledActionResponse.withStartTime(Date startTime)
The start time in UTC when the schedule is active.
|
ScheduledActionResponse |
ScheduledActionResponse.withState(State state)
The state of the scheduled action.
|
ScheduledActionResponse |
ScheduledActionResponse.withState(String state)
The state of the scheduled action.
|
ScheduledActionResponse |
ScheduledActionResponse.withTargetAction(TargetAction targetAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetScheduledActionResult.setScheduledAction(ScheduledActionResponse scheduledAction)
The returned scheduled action object.
|
void |
DeleteScheduledActionResult.setScheduledAction(ScheduledActionResponse scheduledAction)
The deleted scheduled action object.
|
void |
CreateScheduledActionResult.setScheduledAction(ScheduledActionResponse scheduledAction)
The returned
ScheduledAction object that describes the properties of a scheduled action. |
void |
UpdateScheduledActionResult.setScheduledAction(ScheduledActionResponse scheduledAction)
The ScheduledAction object that was updated.
|
GetScheduledActionResult |
GetScheduledActionResult.withScheduledAction(ScheduledActionResponse scheduledAction)
The returned scheduled action object.
|
DeleteScheduledActionResult |
DeleteScheduledActionResult.withScheduledAction(ScheduledActionResponse scheduledAction)
The deleted scheduled action object.
|
CreateScheduledActionResult |
CreateScheduledActionResult.withScheduledAction(ScheduledActionResponse scheduledAction)
The returned
ScheduledAction object that describes the properties of a scheduled action. |
UpdateScheduledActionResult |
UpdateScheduledActionResult.withScheduledAction(ScheduledActionResponse scheduledAction)
The ScheduledAction object that was updated.
|
Copyright © 2024. All rights reserved.