Uses of Class
software.amazon.awssdk.services.appconfig.model.CreateDeploymentStrategyRequest
-
Packages that use CreateDeploymentStrategyRequest 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.software.amazon.awssdk.services.appconfig.transform -
-
Uses of CreateDeploymentStrategyRequest in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type CreateDeploymentStrategyRequest Modifier and Type Method Description default CompletableFuture<CreateDeploymentStrategyResponse>AppConfigAsyncClient. createDeploymentStrategy(CreateDeploymentStrategyRequest 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. -
Uses of CreateDeploymentStrategyRequest in software.amazon.awssdk.services.appconfig.transform
Methods in software.amazon.awssdk.services.appconfig.transform with parameters of type CreateDeploymentStrategyRequest Modifier and Type Method Description SdkHttpFullRequestCreateDeploymentStrategyRequestMarshaller. marshall(CreateDeploymentStrategyRequest createDeploymentStrategyRequest)
-