Uses of Enum
software.amazon.awscdk.services.sqs.DeduplicationScope
Packages that use DeduplicationScope
Package
Description
Amazon Simple Queue Service Construct Library
-
Uses of DeduplicationScope in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs that return DeduplicationScopeModifier and TypeMethodDescriptiondefault DeduplicationScopeQueueProps.getDeduplicationScope()For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level.final DeduplicationScopeQueueProps.Jsii$Proxy.getDeduplicationScope()static DeduplicationScopeReturns 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.Methods in software.amazon.awscdk.services.sqs with parameters of type DeduplicationScopeModifier 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()