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