| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration |
EncryptionConfiguration.clone() |
EncryptionConfiguration |
CreateApplicationRequest.getEncryptionConfiguration()
The identifier of the KMS key that is used to encrypt your data.
|
EncryptionConfiguration |
GetApplicationResult.getEncryptionConfiguration()
The identifier of the Amazon Web Services KMS key that is used to encrypt your data.
|
EncryptionConfiguration |
EncryptionConfiguration.withKmsKeyId(String kmsKeyId)
The identifier of the KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateApplicationRequest.setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The identifier of the KMS key that is used to encrypt your data.
|
void |
GetApplicationResult.setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The identifier of the Amazon Web Services KMS key that is used to encrypt your data.
|
CreateApplicationRequest |
CreateApplicationRequest.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The identifier of the KMS key that is used to encrypt your data.
|
GetApplicationResult |
GetApplicationResult.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The identifier of the Amazon Web Services KMS key that is used to encrypt your data.
|
Copyright © 2024. All rights reserved.