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