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