Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
ScheduledAction |
ScheduledAction.clone() |
ScheduledAction |
UpdateScheduledActionResult.getScheduledAction()
Information about the rescheduled action.
|
ScheduledAction |
ScheduledAction.withCancellable(Boolean cancellable)
Whether or not the scheduled action is cancellable.
|
ScheduledAction |
ScheduledAction.withDescription(String description)
A description of the action to be taken.
|
ScheduledAction |
ScheduledAction.withId(String id)
The unique identifier of the scheduled action.
|
ScheduledAction |
ScheduledAction.withMandatory(Boolean mandatory)
Whether the action is required or optional.
|
ScheduledAction |
ScheduledAction.withScheduledBy(ScheduledBy scheduledBy)
Whether the action was scheduled manually (
CUSTOMER , or by OpenSearch Service automatically (
SYSTEM ). |
ScheduledAction |
ScheduledAction.withScheduledBy(String scheduledBy)
Whether the action was scheduled manually (
CUSTOMER , or by OpenSearch Service automatically (
SYSTEM ). |
ScheduledAction |
ScheduledAction.withScheduledTime(Long scheduledTime)
The time when the change is scheduled to happen.
|
ScheduledAction |
ScheduledAction.withSeverity(ActionSeverity severity)
The severity of the action.
|
ScheduledAction |
ScheduledAction.withSeverity(String severity)
The severity of the action.
|
ScheduledAction |
ScheduledAction.withStatus(ActionStatus status)
The current status of the scheduled action.
|
ScheduledAction |
ScheduledAction.withStatus(String status)
The current status of the scheduled action.
|
ScheduledAction |
ScheduledAction.withType(ActionType type)
The type of action that will be taken on the domain.
|
ScheduledAction |
ScheduledAction.withType(String type)
The type of action that will be taken on the domain.
|
Modifier and Type | Method and Description |
---|---|
List<ScheduledAction> |
ListScheduledActionsResult.getScheduledActions()
A list of actions that are scheduled for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateScheduledActionResult.setScheduledAction(ScheduledAction scheduledAction)
Information about the rescheduled action.
|
UpdateScheduledActionResult |
UpdateScheduledActionResult.withScheduledAction(ScheduledAction scheduledAction)
Information about the rescheduled action.
|
ListScheduledActionsResult |
ListScheduledActionsResult.withScheduledActions(ScheduledAction... scheduledActions)
A list of actions that are scheduled for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ListScheduledActionsResult.setScheduledActions(Collection<ScheduledAction> scheduledActions)
A list of actions that are scheduled for the domain.
|
ListScheduledActionsResult |
ListScheduledActionsResult.withScheduledActions(Collection<ScheduledAction> scheduledActions)
A list of actions that are scheduled for the domain.
|
Copyright © 2023. All rights reserved.