Uses of Enum
software.amazon.awscdk.services.ecs.DeploymentStrategy
Packages that use DeploymentStrategy
-
Uses of DeploymentStrategy in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return DeploymentStrategyModifier and TypeMethodDescriptiondefault DeploymentStrategyBaseServiceOptions.getDeploymentStrategy()The deployment strategy to use for the service.final DeploymentStrategyBaseServiceOptions.Jsii$Proxy.getDeploymentStrategy()final DeploymentStrategyBaseServiceProps.Jsii$Proxy.getDeploymentStrategy()final DeploymentStrategyEc2ServiceProps.Jsii$Proxy.getDeploymentStrategy()final DeploymentStrategyExternalServiceProps.Jsii$Proxy.getDeploymentStrategy()final DeploymentStrategyFargateServiceProps.Jsii$Proxy.getDeploymentStrategy()static DeploymentStrategyReturns the enum constant of this type with the specified name.static DeploymentStrategy[]DeploymentStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type DeploymentStrategyModifier and TypeMethodDescriptionBaseServiceOptions.Builder.deploymentStrategy(DeploymentStrategy deploymentStrategy) Sets the value ofBaseServiceOptions.getDeploymentStrategy()BaseServiceProps.Builder.deploymentStrategy(DeploymentStrategy deploymentStrategy) Sets the value ofBaseServiceOptions.getDeploymentStrategy()Ec2Service.Builder.deploymentStrategy(DeploymentStrategy deploymentStrategy) The deployment strategy to use for the service.Ec2ServiceProps.Builder.deploymentStrategy(DeploymentStrategy deploymentStrategy) Sets the value ofBaseServiceOptions.getDeploymentStrategy()ExternalService.Builder.deploymentStrategy(DeploymentStrategy deploymentStrategy) The deployment strategy to use for the service.ExternalServiceProps.Builder.deploymentStrategy(DeploymentStrategy deploymentStrategy) Sets the value ofBaseServiceOptions.getDeploymentStrategy()FargateService.Builder.deploymentStrategy(DeploymentStrategy deploymentStrategy) The deployment strategy to use for the service.FargateServiceProps.Builder.deploymentStrategy(DeploymentStrategy deploymentStrategy) Sets the value ofBaseServiceOptions.getDeploymentStrategy()