| Modifier and Type | Class and Description |
|---|---|
static class |
DeadLetterQueue.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
DeadLetterQueue |
DeadLetterQueue.Builder.build()
Builds the configured instance.
|
DeadLetterQueue |
QueueProps.getDeadLetterQueue()
Send messages to this queue if they were unsuccessfully dequeued a number of times.
|
DeadLetterQueue |
QueueProps.Jsii$Proxy.getDeadLetterQueue()
Send messages to this queue if they were unsuccessfully dequeued a number of times.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueProps.setDeadLetterQueue(DeadLetterQueue value)
Send messages to this queue if they were unsuccessfully dequeued a number of times.
|
void |
QueueProps.Jsii$Proxy.setDeadLetterQueue(DeadLetterQueue value)
Send messages to this queue if they were unsuccessfully dequeued a number of times.
|
QueueProps.Builder |
QueueProps.Builder.withDeadLetterQueue(DeadLetterQueue value)
Sets the value of DeadLetterQueue
|
Copyright © 2019. All rights reserved.