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 launch type to use with your task.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withRequiresCompatibilities(Compatibility... requiresCompatibilities)
The launch type required by the task.
|
TaskDefinition |
TaskDefinition.withRequiresCompatibilities(Compatibility... requiresCompatibilities)
The launch type the task requires.
|
Copyright © 2019. All rights reserved.