Uses of Class
software.amazon.awssdk.services.appconfig.model.CreateHostedConfigurationVersionResponse
-
Packages that use CreateHostedConfigurationVersionResponse 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 CreateHostedConfigurationVersionResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return CreateHostedConfigurationVersionResponse Modifier and Type Method Description default CreateHostedConfigurationVersionResponseAppConfigClient. createHostedConfigurationVersion(Consumer<CreateHostedConfigurationVersionRequest.Builder> createHostedConfigurationVersionRequest)Creates a new configuration in the AppConfig hosted configuration store.default CreateHostedConfigurationVersionResponseAppConfigClient. createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest createHostedConfigurationVersionRequest)Creates a new configuration in the AppConfig hosted configuration store.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type CreateHostedConfigurationVersionResponse Modifier and Type Method Description default CompletableFuture<CreateHostedConfigurationVersionResponse>AppConfigAsyncClient. createHostedConfigurationVersion(Consumer<CreateHostedConfigurationVersionRequest.Builder> createHostedConfigurationVersionRequest)Creates a new configuration in the AppConfig hosted configuration store.default CompletableFuture<CreateHostedConfigurationVersionResponse>AppConfigAsyncClient. createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest createHostedConfigurationVersionRequest)Creates a new configuration in the AppConfig hosted configuration store.
-