Uses of Class
software.amazon.awssdk.services.appconfig.model.UpdateDeploymentStrategyResponse
-
Packages that use UpdateDeploymentStrategyResponse 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 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.
-