Uses of Class
software.amazon.awssdk.services.appconfig.model.CreateHostedConfigurationVersionResponse
-
Packages that use CreateHostedConfigurationVersionResponse Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations. -
-
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.
-