| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
Target |
Target.clone() |
Target |
UpdateScheduleRequest.getTarget()
The schedule target.
|
Target |
GetScheduleResult.getTarget()
The schedule target.
|
Target |
CreateScheduleRequest.getTarget()
The schedule's target.
|
Target |
Target.withArn(String arn)
The Amazon Resource Name (ARN) of the target.
|
Target |
Target.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter
queue for your schedule.
|
Target |
Target.withEcsParameters(EcsParameters ecsParameters)
The templated target type for the Amazon ECS
RunTask API
operation. |
Target |
Target.withEventBridgeParameters(EventBridgeParameters eventBridgeParameters)
The templated target type for the EventBridge
PutEvents
API operation. |
Target |
Target.withInput(String input)
The text, or well-formed JSON, passed to the target.
|
Target |
Target.withKinesisParameters(KinesisParameters kinesisParameters)
The templated target type for the Amazon Kinesis
PutRecord API operation. |
Target |
Target.withRetryPolicy(RetryPolicy retryPolicy)
A
RetryPolicy object that includes information about the retry policy settings, including the
maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a
target. |
Target |
Target.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that EventBridge Scheduler will use for this target when the
schedule is invoked.
|
Target |
Target.withSageMakerPipelineParameters(SageMakerPipelineParameters sageMakerPipelineParameters)
The templated target type for the Amazon SageMaker
StartPipelineExecution API operation. |
Target |
Target.withSqsParameters(SqsParameters sqsParameters)
The templated target type for the Amazon SQS
SendMessage API operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateScheduleRequest.setTarget(Target target)
The schedule target.
|
void |
GetScheduleResult.setTarget(Target target)
The schedule target.
|
void |
CreateScheduleRequest.setTarget(Target target)
The schedule's target.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withTarget(Target target)
The schedule target.
|
GetScheduleResult |
GetScheduleResult.withTarget(Target target)
The schedule target.
|
CreateScheduleRequest |
CreateScheduleRequest.withTarget(Target target)
The schedule's target.
|
Copyright © 2025. All rights reserved.