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