Uses of Interface
software.amazon.awssdk.services.codegurusecurity.model.UpdateAccountConfigurationRequest.Builder
-
Packages that use UpdateAccountConfigurationRequest.Builder Package Description software.amazon.awssdk.services.codegurusecurity software.amazon.awssdk.services.codegurusecurity.model -
-
Uses of UpdateAccountConfigurationRequest.Builder in software.amazon.awssdk.services.codegurusecurity
Method parameters in software.amazon.awssdk.services.codegurusecurity with type arguments of type UpdateAccountConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAccountConfigurationResponse>CodeGuruSecurityAsyncClient. updateAccountConfiguration(Consumer<UpdateAccountConfigurationRequest.Builder> updateAccountConfigurationRequest)Use to update account-level configuration with an encryption key.default UpdateAccountConfigurationResponseCodeGuruSecurityClient. updateAccountConfiguration(Consumer<UpdateAccountConfigurationRequest.Builder> updateAccountConfigurationRequest)Use to update account-level configuration with an encryption key. -
Uses of UpdateAccountConfigurationRequest.Builder in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return types with arguments of type UpdateAccountConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAccountConfigurationRequest.Builder>UpdateAccountConfigurationRequest. serializableBuilderClass()
-