Uses of Enum
software.amazon.awscdk.services.ecs.Compatibility
Packages that use Compatibility
-
Uses of Compatibility in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return CompatibilityModifier and TypeMethodDescriptiondefault CompatibilityIEc2TaskDefinition.Jsii$Default.getCompatibility()What launch types this task definition should be compatible with.final CompatibilityIEc2TaskDefinition.Jsii$Proxy.getCompatibility()What launch types this task definition should be compatible with.default CompatibilityIExternalTaskDefinition.Jsii$Default.getCompatibility()What launch types this task definition should be compatible with.final CompatibilityIExternalTaskDefinition.Jsii$Proxy.getCompatibility()What launch types this task definition should be compatible with.default CompatibilityIFargateTaskDefinition.Jsii$Default.getCompatibility()What launch types this task definition should be compatible with.final CompatibilityIFargateTaskDefinition.Jsii$Proxy.getCompatibility()What launch types this task definition should be compatible with.ITaskDefinition.getCompatibility()What launch types this task definition should be compatible with.default CompatibilityITaskDefinition.Jsii$Default.getCompatibility()What launch types this task definition should be compatible with.final CompatibilityITaskDefinition.Jsii$Proxy.getCompatibility()What launch types this task definition should be compatible with.TaskDefinition.getCompatibility()The task launch type compatibility requirement.default CompatibilityTaskDefinitionAttributes.getCompatibility()What launch types this task definition should be compatible with.final CompatibilityTaskDefinitionAttributes.Jsii$Proxy.getCompatibility()TaskDefinitionProps.getCompatibility()The task launch type compatibility requirement.final CompatibilityTaskDefinitionProps.Jsii$Proxy.getCompatibility()static CompatibilityReturns the enum constant of this type with the specified name.static Compatibility[]Compatibility.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 CompatibilityModifier and TypeMethodDescriptionTaskDefinition.Builder.compatibility(Compatibility compatibility) The task launch type compatibility requirement.TaskDefinitionAttributes.Builder.compatibility(Compatibility compatibility) Sets the value ofTaskDefinitionAttributes.getCompatibility()TaskDefinitionProps.Builder.compatibility(Compatibility compatibility) Sets the value ofTaskDefinitionProps.getCompatibility()