| Modifier and Type | Class and Description |
|---|---|
static class |
IQueue.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Queue
A new Amazon SQS queue
|
class |
QueueBase
Reference to a new or existing Amazon SQS queue
|
| Modifier and Type | Method and Description |
|---|---|
IQueue |
DeadLetterQueue.getQueue()
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
IQueue |
DeadLetterQueue.Jsii$Proxy.getQueue()
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
static IQueue |
Queue.import_(software.amazon.awscdk.Construct scope,
String id,
QueueImportProps props)
Import an existing queue
|
| Modifier and Type | Method and Description |
|---|---|
List<IQueue> |
QueuePolicyProps.getQueues()
The set of queues this policy applies to.
|
List<IQueue> |
QueuePolicyProps.Jsii$Proxy.getQueues()
The set of queues this policy applies to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeadLetterQueue.setQueue(IQueue value)
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
void |
DeadLetterQueue.Jsii$Proxy.setQueue(IQueue value)
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
DeadLetterQueue.Builder |
DeadLetterQueue.Builder.withQueue(IQueue value)
Sets the value of Queue
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueuePolicyProps.setQueues(List<IQueue> value)
The set of queues this policy applies to.
|
void |
QueuePolicyProps.Jsii$Proxy.setQueues(List<IQueue> value)
The set of queues this policy applies to.
|
QueuePolicyProps.Builder |
QueuePolicyProps.Builder.withQueues(List<IQueue> value)
Sets the value of Queues
|
Copyright © 2019. All rights reserved.