Uses of Enum Class
software.amazon.awscdk.services.ecs.DeploymentControllerType
Packages that use DeploymentControllerType
-
Uses of DeploymentControllerType in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return DeploymentControllerTypeModifier and TypeMethodDescriptiondefault DeploymentControllerTypeDeploymentController.getType()The deployment controller type to use.final DeploymentControllerTypeDeploymentController.Jsii$Proxy.getType()static DeploymentControllerTypeReturns the enum constant of this class with the specified name.static DeploymentControllerType[]DeploymentControllerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type DeploymentControllerTypeModifier and TypeMethodDescriptionDeploymentController.Builder.type(DeploymentControllerType type) Sets the value ofDeploymentController.getType()