Uses of Class
com.amazonaws.services.ecs.model.DesiredStatus
-
Packages that use DesiredStatus Package Description com.amazonaws.services.ecs.model -
-
Uses of DesiredStatus in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return DesiredStatus Modifier and Type Method 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.Methods in com.amazonaws.services.ecs.model with parameters of type DesiredStatus Modifier and Type Method Description void
ListTasksRequest. setDesiredStatus(DesiredStatus desiredStatus)
The task status with which to filter theListTasks
results.ListTasksRequest
ListTasksRequest. withDesiredStatus(DesiredStatus desiredStatus)
The task status with which to filter theListTasks
results.
-