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 the encryption configuration for an account.default UpdateAccountConfigurationResponseCodeGuruSecurityClient. updateAccountConfiguration(UpdateAccountConfigurationRequest updateAccountConfigurationRequest)Use to update the encryption configuration for an account.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 the encryption configuration for an account.default CompletableFuture<UpdateAccountConfigurationResponse>CodeGuruSecurityAsyncClient. updateAccountConfiguration(UpdateAccountConfigurationRequest updateAccountConfigurationRequest)Use to update the encryption configuration for an account.
-