Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
static Compatibility |
Compatibility.fromValue(String value)
Use this in place of valueOf.
|
static Compatibility |
Compatibility.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.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskDefinition.withCompatibilities(Compatibility... compatibilities)
The task launch types the task definition validated against during task definition registration.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withRequiresCompatibilities(Compatibility... requiresCompatibilities)
The task launch type that Amazon ECS should validate the task definition against.
|
TaskDefinition |
TaskDefinition.withRequiresCompatibilities(Compatibility... requiresCompatibilities)
The task launch types the task definition was validated against.
|
Copyright © 2021. All rights reserved.