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 DeploymentStrategy
BaseServiceOptions.getDeploymentStrategy()
The deployment strategy to use for the service.final DeploymentStrategy
BaseServiceOptions.Jsii$Proxy.getDeploymentStrategy()
final DeploymentStrategy
BaseServiceProps.Jsii$Proxy.getDeploymentStrategy()
final DeploymentStrategy
Ec2ServiceProps.Jsii$Proxy.getDeploymentStrategy()
final DeploymentStrategy
ExternalServiceProps.Jsii$Proxy.getDeploymentStrategy()
final DeploymentStrategy
FargateServiceProps.Jsii$Proxy.getDeploymentStrategy()
static DeploymentStrategy
Returns 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()