Uses of Interface
software.amazon.awssdk.services.appconfig.model.UpdateAccountSettingsRequest.Builder
-
Packages that use UpdateAccountSettingsRequest.Builder 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.software.amazon.awssdk.services.appconfig.model -
-
Uses of UpdateAccountSettingsRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type UpdateAccountSettingsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAccountSettingsResponse>AppConfigAsyncClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the value of theDeletionProtectionparameter.default UpdateAccountSettingsResponseAppConfigClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the value of theDeletionProtectionparameter. -
Uses of UpdateAccountSettingsRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type UpdateAccountSettingsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAccountSettingsRequest.Builder>UpdateAccountSettingsRequest. serializableBuilderClass()
-