| Modifier and Type | Method and Description |
|---|---|
QueueEncryption |
QueueProps.getEncryption()
Whether the contents of the queue are encrypted, and by what type of key.
|
QueueEncryption |
QueueProps.Jsii$Proxy.getEncryption()
Whether the contents of the queue are encrypted, and by what type of key.
|
static QueueEncryption |
QueueEncryption.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueProps.setEncryption(QueueEncryption value)
Whether the contents of the queue are encrypted, and by what type of key.
|
void |
QueueProps.Jsii$Proxy.setEncryption(QueueEncryption value)
Whether the contents of the queue are encrypted, and by what type of key.
|
QueueProps.Builder |
QueueProps.Builder.withEncryption(QueueEncryption value)
Sets the value of Encryption
|
Copyright © 2019. All rights reserved.