Uses of Class
software.amazon.awssdk.services.appconfig.model.UpdateDeploymentStrategyResponse
-
Packages that use UpdateDeploymentStrategyResponse 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 UpdateDeploymentStrategyResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return UpdateDeploymentStrategyResponse Modifier and Type Method Description default UpdateDeploymentStrategyResponseAppConfigClient. updateDeploymentStrategy(Consumer<UpdateDeploymentStrategyRequest.Builder> updateDeploymentStrategyRequest)Updates a deployment strategy.default UpdateDeploymentStrategyResponseAppConfigClient. updateDeploymentStrategy(UpdateDeploymentStrategyRequest updateDeploymentStrategyRequest)Updates a deployment strategy.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type UpdateDeploymentStrategyResponse Modifier and Type Method Description default CompletableFuture<UpdateDeploymentStrategyResponse>AppConfigAsyncClient. updateDeploymentStrategy(Consumer<UpdateDeploymentStrategyRequest.Builder> updateDeploymentStrategyRequest)Updates a deployment strategy.default CompletableFuture<UpdateDeploymentStrategyResponse>AppConfigAsyncClient. updateDeploymentStrategy(UpdateDeploymentStrategyRequest updateDeploymentStrategyRequest)Updates a deployment strategy.
-