| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledAction |
ScheduledAction.clone() |
ScheduledAction |
ScheduledAction.withEndTime(Date endTime)
The end time in UTC when the schedule is no longer active.
|
ScheduledAction |
ScheduledAction.withIamRole(String iamRole)
The IAM role to assume to run the scheduled action.
|
ScheduledAction |
ScheduledAction.withNextInvocations(Collection<Date> nextInvocations)
List of times when the scheduled action will run.
|
ScheduledAction |
ScheduledAction.withNextInvocations(Date... nextInvocations)
List of times when the scheduled action will run.
|
ScheduledAction |
ScheduledAction.withSchedule(String schedule)
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
ScheduledAction |
ScheduledAction.withScheduledActionDescription(String scheduledActionDescription)
The description of the scheduled action.
|
ScheduledAction |
ScheduledAction.withScheduledActionName(String scheduledActionName)
The name of the scheduled action.
|
ScheduledAction |
ScheduledAction.withStartTime(Date startTime)
The start time in UTC when the schedule is active.
|
ScheduledAction |
ScheduledAction.withState(ScheduledActionState state)
The state of the scheduled action.
|
ScheduledAction |
ScheduledAction.withState(String state)
The state of the scheduled action.
|
ScheduledAction |
ScheduledAction.withTargetAction(ScheduledActionType targetAction)
A JSON format string of the Amazon Redshift API operation with input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledAction> |
DescribeScheduledActionsResult.getScheduledActions()
List of retrieved scheduled actions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduledActionsResult |
DescribeScheduledActionsResult.withScheduledActions(ScheduledAction... scheduledActions)
List of retrieved scheduled actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScheduledActionsResult.setScheduledActions(Collection<ScheduledAction> scheduledActions)
List of retrieved scheduled actions.
|
DescribeScheduledActionsResult |
DescribeScheduledActionsResult.withScheduledActions(Collection<ScheduledAction> scheduledActions)
List of retrieved scheduled actions.
|
Copyright © 2020. All rights reserved.