| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
ActionAfterCompletion |
CreateScheduleRequest.actionAfterCompletion()
Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
ActionAfterCompletion |
GetScheduleResponse.actionAfterCompletion()
Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
ActionAfterCompletion |
UpdateScheduleRequest.actionAfterCompletion()
Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
static ActionAfterCompletion |
ActionAfterCompletion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ActionAfterCompletion> |
ActionAfterCompletion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateScheduleRequest.Builder |
CreateScheduleRequest.Builder.actionAfterCompletion(ActionAfterCompletion actionAfterCompletion)
Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking
the target.
|
GetScheduleResponse.Builder |
GetScheduleResponse.Builder.actionAfterCompletion(ActionAfterCompletion actionAfterCompletion)
Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking
the target.
|
UpdateScheduleRequest.Builder |
UpdateScheduleRequest.Builder.actionAfterCompletion(ActionAfterCompletion actionAfterCompletion)
Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking
the target.
|
Copyright © 2023. All rights reserved.