Uses of Class
software.amazon.awssdk.services.appconfig.model.UpdateAccountSettingsResponse
-
Packages that use UpdateAccountSettingsResponse Package Description software.amazon.awssdk.services.appconfig AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application behavior in production environments without full code deployments. -
-
Uses of UpdateAccountSettingsResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return UpdateAccountSettingsResponse Modifier and Type Method Description default UpdateAccountSettingsResponseAppConfigClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the value of theDeletionProtectionparameter.default UpdateAccountSettingsResponseAppConfigClient. updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)Updates the value of theDeletionProtectionparameter.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type UpdateAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateAccountSettingsResponse>AppConfigAsyncClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the value of theDeletionProtectionparameter.default CompletableFuture<UpdateAccountSettingsResponse>AppConfigAsyncClient. updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)Updates the value of theDeletionProtectionparameter.
-