Uses of Class
software.amazon.awssdk.services.opensearch.model.ScheduledAction
-
Packages that use ScheduledAction Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ScheduledAction in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ScheduledAction Modifier and Type Method Description ScheduledActionUpdateScheduledActionResponse. scheduledAction()Information about the rescheduled action.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ScheduledAction Modifier and Type Method Description List<ScheduledAction>ListScheduledActionsResponse. scheduledActions()A list of actions that are scheduled for the domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ScheduledAction Modifier and Type Method Description UpdateScheduledActionResponse.BuilderUpdateScheduledActionResponse.Builder. scheduledAction(ScheduledAction scheduledAction)Information about the rescheduled action.ListScheduledActionsResponse.BuilderListScheduledActionsResponse.Builder. scheduledActions(ScheduledAction... scheduledActions)A list of actions that are scheduled for the domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type ScheduledAction Modifier and Type Method Description ListScheduledActionsResponse.BuilderListScheduledActionsResponse.Builder. scheduledActions(Collection<ScheduledAction> scheduledActions)A list of actions that are scheduled for the domain.
-