Uses of Enum Class
software.amazon.awscdk.services.sqs.QueueEncryption
-
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()static QueueEncryptionReturns the enum constant of this class with the specified name.static QueueEncryption[]QueueEncryption.values()Returns an array containing the constants of this enum class, 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()