Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
static DesiredStatus |
DesiredStatus.fromValue(String value)
Use this in place of valueOf.
|
static DesiredStatus |
DesiredStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesiredStatus[] |
DesiredStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTasksRequest.setDesiredStatus(DesiredStatus desiredStatus)
The task status with which to filter the
ListTasks results. |
ListTasksRequest |
ListTasksRequest.withDesiredStatus(DesiredStatus desiredStatus)
The task status with which to filter the
ListTasks results. |
Copyright © 2018. All rights reserved.