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