Uses of Enum Class
software.amazon.awscdk.services.ecs.LaunchType
Packages that use LaunchType
-
Uses of LaunchType in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return LaunchTypeModifier and TypeMethodDescriptionBaseServiceProps.getLaunchType()The launch type on which to run your service.final LaunchTypeBaseServiceProps.Jsii$Proxy.getLaunchType()static LaunchTypeReturns the enum constant of this class with the specified name.static LaunchType[]LaunchType.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 LaunchTypeModifier and TypeMethodDescriptionBaseServiceProps.Builder.launchType(LaunchType launchType) Sets the value ofBaseServiceProps.getLaunchType()