| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskDefinitionStatus | 
TaskDefinitionStatus.fromValue(String value)
Use this in place of valueOf. 
 | 
static TaskDefinitionStatus | 
TaskDefinitionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TaskDefinitionStatus[] | 
TaskDefinitionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ListTaskDefinitionsRequest.setStatus(TaskDefinitionStatus status)
 The task definition status with which to filter the  
ListTaskDefinitions results. | 
void | 
TaskDefinition.setStatus(TaskDefinitionStatus status)
 The status of the task definition. 
 | 
ListTaskDefinitionsRequest | 
ListTaskDefinitionsRequest.withStatus(TaskDefinitionStatus status)
 The task definition status with which to filter the  
ListTaskDefinitions results. | 
TaskDefinition | 
TaskDefinition.withStatus(TaskDefinitionStatus status)
 The status of the task definition. 
 | 
Copyright © 2017. All rights reserved.