Uses of Class
software.amazon.awssdk.services.ecs.model.Compatibility
-
Packages that use Compatibility Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Compatibility in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Compatibility Modifier and Type Method Description static CompatibilityCompatibility. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompatibilityCompatibility. valueOf(String name)Returns 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.awssdk.services.ecs.model that return types with arguments of type Compatibility Modifier and Type Method Description List<Compatibility>TaskDefinition. compatibilities()The task launch types the task definition validated against during task definition registration.static Set<Compatibility>Compatibility. knownValues()List<Compatibility>RegisterTaskDefinitionRequest. requiresCompatibilities()The task launch type that Amazon ECS validates the task definition against.List<Compatibility>TaskDefinition. requiresCompatibilities()The task launch types the task definition was validated against.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Compatibility Modifier and Type Method Description TaskDefinition.BuilderTaskDefinition.Builder. compatibilities(Compatibility... compatibilities)The task launch types the task definition validated against during task definition registration.RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. requiresCompatibilities(Compatibility... requiresCompatibilities)The task launch type that Amazon ECS validates the task definition against.TaskDefinition.BuilderTaskDefinition.Builder. requiresCompatibilities(Compatibility... requiresCompatibilities)The task launch types the task definition was validated against.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Compatibility Modifier and Type Method Description TaskDefinition.BuilderTaskDefinition.Builder. compatibilities(Collection<Compatibility> compatibilities)The task launch types the task definition validated against during task definition registration.RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. requiresCompatibilities(Collection<Compatibility> requiresCompatibilities)The task launch type that Amazon ECS validates the task definition against.TaskDefinition.BuilderTaskDefinition.Builder. requiresCompatibilities(Collection<Compatibility> requiresCompatibilities)The task launch types the task definition was validated against.
-