Uses of Class
software.amazon.awssdk.services.appconfig.model.DeleteDeploymentStrategyResponse
-
Packages that use DeleteDeploymentStrategyResponse 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 DeleteDeploymentStrategyResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return DeleteDeploymentStrategyResponse Modifier and Type Method Description default DeleteDeploymentStrategyResponseAppConfigClient. deleteDeploymentStrategy(Consumer<DeleteDeploymentStrategyRequest.Builder> deleteDeploymentStrategyRequest)Deletes a deployment strategy.default DeleteDeploymentStrategyResponseAppConfigClient. deleteDeploymentStrategy(DeleteDeploymentStrategyRequest deleteDeploymentStrategyRequest)Deletes a deployment strategy.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type DeleteDeploymentStrategyResponse Modifier and Type Method Description default CompletableFuture<DeleteDeploymentStrategyResponse>AppConfigAsyncClient. deleteDeploymentStrategy(Consumer<DeleteDeploymentStrategyRequest.Builder> deleteDeploymentStrategyRequest)Deletes a deployment strategy.default CompletableFuture<DeleteDeploymentStrategyResponse>AppConfigAsyncClient. deleteDeploymentStrategy(DeleteDeploymentStrategyRequest deleteDeploymentStrategyRequest)Deletes a deployment strategy.
-