| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionOptions |
EncryptionOptions.clone() |
EncryptionOptions |
CreateBrokerRequest.getEncryptionOptions()
Encryption options for the broker.
|
EncryptionOptions |
DescribeBrokerResult.getEncryptionOptions()
Encryption options for the broker.
|
EncryptionOptions |
EncryptionOptions.withKmsKeyId(String kmsKeyId)
The customer master key (CMK) to use for the AWS Key Management Service (KMS).
|
EncryptionOptions |
EncryptionOptions.withUseAwsOwnedKey(Boolean useAwsOwnedKey)
Enables the use of an AWS owned CMK using AWS Key Management Service (KMS).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBrokerRequest.setEncryptionOptions(EncryptionOptions encryptionOptions)
Encryption options for the broker.
|
void |
DescribeBrokerResult.setEncryptionOptions(EncryptionOptions encryptionOptions)
Encryption options for the broker.
|
CreateBrokerRequest |
CreateBrokerRequest.withEncryptionOptions(EncryptionOptions encryptionOptions)
Encryption options for the broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withEncryptionOptions(EncryptionOptions encryptionOptions)
Encryption options for the broker.
|
Copyright © 2020. All rights reserved.