Uses of Class
software.amazon.awssdk.services.ecs.model.DeploymentConfiguration
-
Packages that use DeploymentConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of DeploymentConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return DeploymentConfiguration Modifier and Type Method Description DeploymentConfigurationCreateServiceRequest. deploymentConfiguration()Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.DeploymentConfigurationService. deploymentConfiguration()Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.DeploymentConfigurationServiceDeployment. deploymentConfiguration()Returns the value of the DeploymentConfiguration property for this object.DeploymentConfigurationUpdateServiceRequest. deploymentConfiguration()Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.Methods in software.amazon.awssdk.services.ecs.model with parameters of type DeploymentConfiguration Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. deploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.Service.BuilderService.Builder. deploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.ServiceDeployment.BuilderServiceDeployment.Builder. deploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Sets the value of the DeploymentConfiguration property for this object.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. deploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
-