| Package | Description |
|---|---|
| com.amazonaws.services.scheduler |
Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one
central, managed service.
|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateScheduleResult> |
AbstractAmazonSchedulerAsync.updateScheduleAsync(UpdateScheduleRequest request,
AsyncHandler<UpdateScheduleRequest,UpdateScheduleResult> asyncHandler) |
Future<UpdateScheduleResult> |
AmazonSchedulerAsyncClient.updateScheduleAsync(UpdateScheduleRequest request,
AsyncHandler<UpdateScheduleRequest,UpdateScheduleResult> asyncHandler) |
Future<UpdateScheduleResult> |
AmazonSchedulerAsync.updateScheduleAsync(UpdateScheduleRequest updateScheduleRequest,
AsyncHandler<UpdateScheduleRequest,UpdateScheduleResult> asyncHandler)
Updates the specified schedule.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateScheduleRequest |
UpdateScheduleRequest.clone() |
UpdateScheduleRequest |
UpdateScheduleRequest.withActionAfterCompletion(ActionAfterCompletion actionAfterCompletion)
Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withActionAfterCompletion(String actionAfterCompletion)
Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withDescription(String description)
The description you specify for the schedule.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withEndDate(Date endDate)
The date, in UTC, before which the schedule can invoke its target.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withFlexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withGroupName(String groupName)
The name of the schedule group with which the schedule is associated.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withKmsKeyArn(String kmsKeyArn)
The ARN for the customer managed KMS key that that you want EventBridge Scheduler to use to encrypt and decrypt
your data.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withName(String name)
The name of the schedule that you are updating.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withScheduleExpression(String scheduleExpression)
The expression that defines when the schedule runs.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withScheduleExpressionTimezone(String scheduleExpressionTimezone)
The timezone in which the scheduling expression is evaluated.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withStartDate(Date startDate)
The date, in UTC, after which the schedule can begin invoking its target.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withState(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withState(String state)
Specifies whether the schedule is enabled or disabled.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withTarget(Target target)
The schedule target.
|
Copyright © 2024. All rights reserved.