Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.EncryptionConfig
-
Packages that use EncryptionConfig Package Description software.amazon.awssdk.services.codegurusecurity.model -
-
Uses of EncryptionConfig in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return EncryptionConfig Modifier and Type Method Description EncryptionConfigGetAccountConfigurationResponse. encryptionConfig()AnEncryptionConfigobject that contains the KMS key ARN to use for encryption.EncryptionConfigUpdateAccountConfigurationRequest. encryptionConfig()The KMS key ARN you want to use for encryption.EncryptionConfigUpdateAccountConfigurationResponse. encryptionConfig()AnEncryptionConfigobject that contains the KMS key ARN to use for encryption.Methods in software.amazon.awssdk.services.codegurusecurity.model with parameters of type EncryptionConfig Modifier and Type Method Description GetAccountConfigurationResponse.BuilderGetAccountConfigurationResponse.Builder. encryptionConfig(EncryptionConfig encryptionConfig)AnEncryptionConfigobject that contains the KMS key ARN to use for encryption.UpdateAccountConfigurationRequest.BuilderUpdateAccountConfigurationRequest.Builder. encryptionConfig(EncryptionConfig encryptionConfig)The KMS key ARN you want to use for encryption.UpdateAccountConfigurationResponse.BuilderUpdateAccountConfigurationResponse.Builder. encryptionConfig(EncryptionConfig encryptionConfig)AnEncryptionConfigobject that contains the KMS key ARN to use for encryption.
-