Uses of Enum
software.amazon.awscdk.services.sqs.QueueEncryption
Packages that use QueueEncryption
Package
Description
Amazon Simple Queue Service Construct Library
-
Uses of QueueEncryption in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs that return QueueEncryptionModifier and TypeMethodDescriptiondefault QueueEncryptionQueueProps.getEncryption()Whether the contents of the queue are encrypted, and by what type of key.final QueueEncryptionQueueProps.Jsii$Proxy.getEncryption()default QueueEncryptionIQueue.getEncryptionType()Whether the contents of the queue are encrypted, and by what type of key.default QueueEncryptionIQueue.Jsii$Default.getEncryptionType()Whether the contents of the queue are encrypted, and by what type of key.final QueueEncryptionIQueue.Jsii$Proxy.getEncryptionType()Whether the contents of the queue are encrypted, and by what type of key.Queue.getEncryptionType()Whether the contents of the queue are encrypted, and by what type of key.abstract QueueEncryptionQueueBase.getEncryptionType()Whether the contents of the queue are encrypted, and by what type of key.static QueueEncryptionReturns the enum constant of this type with the specified name.static QueueEncryption[]QueueEncryption.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 QueueEncryptionModifier and TypeMethodDescriptionQueue.Builder.encryption(QueueEncryption encryption) Whether the contents of the queue are encrypted, and by what type of key.QueueProps.Builder.encryption(QueueEncryption encryption) Sets the value ofQueueProps.getEncryption()