Uses of Enum
software.amazon.awscdk.services.sqs.DeduplicationScope
Package
Description
Amazon Simple Queue Service Construct Library
-
Uses of DeduplicationScope in software.amazon.awscdk.services.sqs
Modifier and TypeMethodDescriptiondefault DeduplicationScope
QueueProps.getDeduplicationScope()
For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level.final DeduplicationScope
QueueProps.Jsii$Proxy.getDeduplicationScope()
static DeduplicationScope
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 TypeMethodDescriptionQueue.Builder.deduplicationScope
(DeduplicationScope deduplicationScope) For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level.QueueProps.Builder.deduplicationScope
(DeduplicationScope deduplicationScope) Sets the value ofQueueProps.getDeduplicationScope()