| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionAfterCompletion |
ActionAfterCompletion.fromValue(String value)
Use this in place of valueOf.
|
static ActionAfterCompletion |
ActionAfterCompletion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionAfterCompletion[] |
ActionAfterCompletion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateScheduleRequest |
UpdateScheduleRequest.withActionAfterCompletion(ActionAfterCompletion actionAfterCompletion)
Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
GetScheduleResult |
GetScheduleResult.withActionAfterCompletion(ActionAfterCompletion actionAfterCompletion)
Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
CreateScheduleRequest |
CreateScheduleRequest.withActionAfterCompletion(ActionAfterCompletion actionAfterCompletion)
Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
Copyright © 2024. All rights reserved.