| 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 to use for encryption. |
EncryptionConfig |
UpdateAccountConfigurationRequest.getEncryptionConfig()
The KMS key ARN you want to use for encryption.
|
EncryptionConfig |
GetAccountConfigurationResult.getEncryptionConfig()
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
EncryptionConfig |
EncryptionConfig.withKmsKeyArn(String kmsKeyArn)
The KMS key ARN to use for encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAccountConfigurationResult.setEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
void |
UpdateAccountConfigurationRequest.setEncryptionConfig(EncryptionConfig encryptionConfig)
The KMS key ARN you want to use for encryption.
|
void |
GetAccountConfigurationResult.setEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
UpdateAccountConfigurationResult |
UpdateAccountConfigurationResult.withEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
UpdateAccountConfigurationRequest |
UpdateAccountConfigurationRequest.withEncryptionConfig(EncryptionConfig encryptionConfig)
The KMS key ARN you want to use for encryption.
|
GetAccountConfigurationResult |
GetAccountConfigurationResult.withEncryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
Copyright © 2023. All rights reserved.