| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static Compatibility |
Compatibility.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDefinition.Builder |
TaskDefinition.Builder.compatibilities(Compatibility... compatibilities)
The task launch types the task definition validated against during task definition registration.
|
RegisterTaskDefinitionRequest.Builder |
RegisterTaskDefinitionRequest.Builder.requiresCompatibilities(Compatibility... requiresCompatibilities)
The task launch type that Amazon ECS validates the task definition against.
|
TaskDefinition.Builder |
TaskDefinition.Builder.requiresCompatibilities(Compatibility... requiresCompatibilities)
The task launch types the task definition was validated against.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDefinition.Builder |
TaskDefinition.Builder.compatibilities(Collection<Compatibility> compatibilities)
The task launch types the task definition validated against during task definition registration.
|
RegisterTaskDefinitionRequest.Builder |
RegisterTaskDefinitionRequest.Builder.requiresCompatibilities(Collection<Compatibility> requiresCompatibilities)
The task launch type that Amazon ECS validates the task definition against.
|
TaskDefinition.Builder |
TaskDefinition.Builder.requiresCompatibilities(Collection<Compatibility> requiresCompatibilities)
The task launch types the task definition was validated against.
|
Copyright © 2023. All rights reserved.