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 DesiredStatusDesiredStatus. fromValue(String value)Use this in place of valueOf.static DesiredStatusDesiredStatus. 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 voidListTasksRequest. setDesiredStatus(DesiredStatus desiredStatus)The task status with which to filter theListTasksresults.ListTasksRequestListTasksRequest. withDesiredStatus(DesiredStatus desiredStatus)The task status with which to filter theListTasksresults.
-