Uses of Interface
software.amazon.awssdk.services.codegurusecurity.model.EncryptionConfig.Builder
-
Packages that use EncryptionConfig.Builder Package Description software.amazon.awssdk.services.codegurusecurity.model -
-
Uses of EncryptionConfig.Builder in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return EncryptionConfig.Builder Modifier and Type Method Description static EncryptionConfig.BuilderEncryptionConfig. builder()EncryptionConfig.BuilderEncryptionConfig.Builder. kmsKeyArn(String kmsKeyArn)The KMS key ARN to use for encryption.EncryptionConfig.BuilderEncryptionConfig. toBuilder()Methods in software.amazon.awssdk.services.codegurusecurity.model that return types with arguments of type EncryptionConfig.Builder Modifier and Type Method Description static Class<? extends EncryptionConfig.Builder>EncryptionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codegurusecurity.model with type arguments of type EncryptionConfig.Builder Modifier and Type Method Description default GetAccountConfigurationResponse.BuilderGetAccountConfigurationResponse.Builder. encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)AnEncryptionConfigobject that contains the KMS key ARN to use for encryption.default UpdateAccountConfigurationRequest.BuilderUpdateAccountConfigurationRequest.Builder. encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)The KMS key ARN you want to use for encryption.default UpdateAccountConfigurationResponse.BuilderUpdateAccountConfigurationResponse.Builder. encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)AnEncryptionConfigobject that contains the KMS key ARN to use for encryption.
-