Uses of Class
software.amazon.awssdk.services.appconfig.model.GetAccountSettingsResponse
-
Packages that use GetAccountSettingsResponse 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 GetAccountSettingsResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return GetAccountSettingsResponse Modifier and Type Method Description default GetAccountSettingsResponseAppConfigClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Returns information about the status of theDeletionProtectionparameter.default GetAccountSettingsResponseAppConfigClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Returns information about the status of theDeletionProtectionparameter.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type GetAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<GetAccountSettingsResponse>AppConfigAsyncClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Returns information about the status of theDeletionProtectionparameter.default CompletableFuture<GetAccountSettingsResponse>AppConfigAsyncClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Returns information about the status of theDeletionProtectionparameter.
-