Uses of Class
software.amazon.awssdk.services.appconfig.model.CreateDeploymentStrategyResponse
-
Packages that use CreateDeploymentStrategyResponse 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 CreateDeploymentStrategyResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return CreateDeploymentStrategyResponse Modifier and Type Method Description default CreateDeploymentStrategyResponseAppConfigClient. createDeploymentStrategy(Consumer<CreateDeploymentStrategyRequest.Builder> createDeploymentStrategyRequest)Creates a deployment strategy that defines important criteria for rolling out your configuration to the designated targets.default CreateDeploymentStrategyResponseAppConfigClient. createDeploymentStrategy(CreateDeploymentStrategyRequest createDeploymentStrategyRequest)Creates a deployment strategy that defines important criteria for rolling out your configuration to the designated targets.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type CreateDeploymentStrategyResponse Modifier and Type Method Description default CompletableFuture<CreateDeploymentStrategyResponse>AppConfigAsyncClient. createDeploymentStrategy(Consumer<CreateDeploymentStrategyRequest.Builder> createDeploymentStrategyRequest)Creates a deployment strategy that defines important criteria for rolling out your configuration to the designated targets.default CompletableFuture<CreateDeploymentStrategyResponse>AppConfigAsyncClient. createDeploymentStrategy(CreateDeploymentStrategyRequest createDeploymentStrategyRequest)Creates a deployment strategy that defines important criteria for rolling out your configuration to the designated targets.
-