Uses of Class
software.amazon.awssdk.services.scheduler.model.ActionAfterCompletion
-
Packages that use ActionAfterCompletion Package Description software.amazon.awssdk.services.scheduler.model -
-
Uses of ActionAfterCompletion in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return ActionAfterCompletion Modifier and Type Method Description ActionAfterCompletionCreateScheduleRequest. actionAfterCompletion()Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.ActionAfterCompletionGetScheduleResponse. actionAfterCompletion()Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.ActionAfterCompletionUpdateScheduleRequest. actionAfterCompletion()Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.static ActionAfterCompletionActionAfterCompletion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionAfterCompletionActionAfterCompletion. 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.Methods in software.amazon.awssdk.services.scheduler.model that return types with arguments of type ActionAfterCompletion Modifier and Type Method Description static Set<ActionAfterCompletion>ActionAfterCompletion. knownValues()Methods in software.amazon.awssdk.services.scheduler.model with parameters of type ActionAfterCompletion Modifier and Type Method Description CreateScheduleRequest.BuilderCreateScheduleRequest.Builder. actionAfterCompletion(ActionAfterCompletion actionAfterCompletion)Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.GetScheduleResponse.BuilderGetScheduleResponse.Builder. actionAfterCompletion(ActionAfterCompletion actionAfterCompletion)Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.UpdateScheduleRequest.BuilderUpdateScheduleRequest.Builder. actionAfterCompletion(ActionAfterCompletion actionAfterCompletion)Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.
-