Uses of Interface
software.amazon.awscdk.services.sqs.QueueAttributes
Packages that use QueueAttributes
Package
Description
Amazon Simple Queue Service Construct Library
-
Uses of QueueAttributes in software.amazon.awscdk.services.sqs
Classes in software.amazon.awscdk.services.sqs that implement QueueAttributesMethods in software.amazon.awscdk.services.sqs that return QueueAttributesModifier and TypeMethodDescriptionQueueAttributes.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.sqs with parameters of type QueueAttributesModifier and TypeMethodDescriptionstatic IQueueQueue.fromQueueAttributes(software.constructs.Construct scope, String id, QueueAttributes attrs) Import an existing queue.