| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterConfig |
DeadLetterConfig.clone() |
DeadLetterConfig |
Target.getDeadLetterConfig()
The
DeadLetterConfig that defines the target queue to send dead-letter queue events to. |
DeadLetterConfig |
DeadLetterConfig.withArn(String arn)
The ARN of the SQS queue specified as the target for the dead-letter queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setDeadLetterConfig(DeadLetterConfig deadLetterConfig)
The
DeadLetterConfig that defines the target queue to send dead-letter queue events to. |
Target |
Target.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
The
DeadLetterConfig that defines the target queue to send dead-letter queue events to. |
Copyright © 2021. All rights reserved.