Uses of Interface
software.amazon.awssdk.services.appconfig.model.GetConfigurationRequest.Builder
-
Packages that use GetConfigurationRequest.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 GetConfigurationRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type GetConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConfigurationResponse>AppConfigAsyncClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Deprecated.This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.default GetConfigurationResponseAppConfigClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Deprecated.This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession. -
Uses of GetConfigurationRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return GetConfigurationRequest.Builder Modifier and Type Method Description GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. application(String application)The application to get.static GetConfigurationRequest.BuilderGetConfigurationRequest. builder()GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. clientConfigurationVersion(String clientConfigurationVersion)The configuration version returned in the most recentGetConfigurationresponse.GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. clientId(String clientId)The clientId parameter in the following command is a unique, user-specified ID to identify the client for the configuration.GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. configuration(String configuration)The configuration to get.GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. environment(String environment)The environment to get.GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfigurationRequest.BuilderGetConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type GetConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetConfigurationRequest.Builder>GetConfigurationRequest. serializableBuilderClass()
-