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