| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfig |
EncryptionConfig.clone() |
EncryptionConfig |
UpdateAccountConfigurationResult.getEncryptionConfig()
An
EncryptionConfig object that contains the KMS key ARN that is used for encryption. |
EncryptionConfig |
UpdateAccountConfigurationRequest.getEncryptionConfig()
The customer-managed KMS key ARN you want to use for encryption.
|
EncryptionConfig |
GetAccountConfigurationResult.getEncryptionConfig()
An
EncryptionConfig object that contains the KMS key ARN that is used for encryption. |
EncryptionConfig |
EncryptionConfig.withKmsKeyArn(String kmsKeyArn)
The KMS key ARN that is used for encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAccountConfigurationResult.setEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN that is used for encryption. |
void |
UpdateAccountConfigurationRequest.setEncryptionConfig(EncryptionConfig encryptionConfig)
The customer-managed KMS key ARN you want to use for encryption.
|
void |
GetAccountConfigurationResult.setEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN that is used for encryption. |
UpdateAccountConfigurationResult |
UpdateAccountConfigurationResult.withEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN that is used for encryption. |
UpdateAccountConfigurationRequest |
UpdateAccountConfigurationRequest.withEncryptionConfig(EncryptionConfig encryptionConfig)
The customer-managed KMS key ARN you want to use for encryption.
|
GetAccountConfigurationResult |
GetAccountConfigurationResult.withEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN that is used for encryption. |
Copyright © 2024. All rights reserved.