Uses of Enum
com.amazonaws.services.ecs.model.DesiredStatus
Packages that use DesiredStatus
-
Uses of DesiredStatus in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return DesiredStatusModifier and TypeMethodDescriptionstatic DesiredStatus
Use this in place of valueOf.static DesiredStatus
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 DesiredStatusModifier and TypeMethodDescriptionvoid
ListTasksRequest.setDesiredStatus
(DesiredStatus desiredStatus) The task status with which to filter theListTasks
results.ListTasksRequest.withDesiredStatus
(DesiredStatus desiredStatus) The task status with which to filter theListTasks
results.