| Package | Description |
|---|---|
| software.amazon.awscdk.services.sqs |
Amazon Simple Queue Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default DeduplicationScope |
QueueProps.getDeduplicationScope()
For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level.
|
DeduplicationScope |
QueueProps.Jsii$Proxy.getDeduplicationScope() |
static DeduplicationScope |
DeduplicationScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeduplicationScope[] |
DeduplicationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueueProps.Builder |
QueueProps.Builder.deduplicationScope(DeduplicationScope deduplicationScope)
Sets the value of
QueueProps.getDeduplicationScope() |
Queue.Builder |
Queue.Builder.deduplicationScope(DeduplicationScope deduplicationScope)
For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level.
|
Copyright © 2022. All rights reserved.