| 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 |
|---|---|
GetScheduleResult |
AbstractAmazonScheduler.getSchedule(GetScheduleRequest request) |
GetScheduleResult |
AmazonSchedulerClient.getSchedule(GetScheduleRequest request)
Retrieves the specified schedule.
|
GetScheduleResult |
AmazonScheduler.getSchedule(GetScheduleRequest getScheduleRequest)
Retrieves the specified schedule.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetScheduleResult> |
AbstractAmazonSchedulerAsync.getScheduleAsync(GetScheduleRequest request,
AsyncHandler<GetScheduleRequest,GetScheduleResult> asyncHandler) |
Future<GetScheduleResult> |
AmazonSchedulerAsyncClient.getScheduleAsync(GetScheduleRequest request,
AsyncHandler<GetScheduleRequest,GetScheduleResult> asyncHandler) |
Future<GetScheduleResult> |
AmazonSchedulerAsync.getScheduleAsync(GetScheduleRequest getScheduleRequest,
AsyncHandler<GetScheduleRequest,GetScheduleResult> asyncHandler)
Retrieves the specified schedule.
|
| Modifier and Type | Method and Description |
|---|---|
GetScheduleResult |
GetScheduleResult.clone() |
GetScheduleResult |
GetScheduleResult.withActionAfterCompletion(ActionAfterCompletion actionAfterCompletion)
Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
GetScheduleResult |
GetScheduleResult.withActionAfterCompletion(String actionAfterCompletion)
Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the
target.
|
GetScheduleResult |
GetScheduleResult.withArn(String arn)
The Amazon Resource Name (ARN) of the schedule.
|
GetScheduleResult |
GetScheduleResult.withCreationDate(Date creationDate)
The time at which the schedule was created.
|
GetScheduleResult |
GetScheduleResult.withDescription(String description)
The description of the schedule.
|
GetScheduleResult |
GetScheduleResult.withEndDate(Date endDate)
The date, in UTC, before which the schedule can invoke its target.
|
GetScheduleResult |
GetScheduleResult.withFlexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
GetScheduleResult |
GetScheduleResult.withGroupName(String groupName)
The name of the schedule group associated with this schedule.
|
GetScheduleResult |
GetScheduleResult.withKmsKeyArn(String kmsKeyArn)
The ARN for a customer managed KMS Key that is be used to encrypt and decrypt your data.
|
GetScheduleResult |
GetScheduleResult.withLastModificationDate(Date lastModificationDate)
The time at which the schedule was last modified.
|
GetScheduleResult |
GetScheduleResult.withName(String name)
The name of the schedule.
|
GetScheduleResult |
GetScheduleResult.withScheduleExpression(String scheduleExpression)
The expression that defines when the schedule runs.
|
GetScheduleResult |
GetScheduleResult.withScheduleExpressionTimezone(String scheduleExpressionTimezone)
The timezone in which the scheduling expression is evaluated.
|
GetScheduleResult |
GetScheduleResult.withStartDate(Date startDate)
The date, in UTC, after which the schedule can begin invoking its target.
|
GetScheduleResult |
GetScheduleResult.withState(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
GetScheduleResult |
GetScheduleResult.withState(String state)
Specifies whether the schedule is enabled or disabled.
|
GetScheduleResult |
GetScheduleResult.withTarget(Target target)
The schedule target.
|
Copyright © 2024. All rights reserved.