Uses of Class
com.amazonaws.services.ecs.model.TaskDefinitionStatus
-
Packages that use TaskDefinitionStatus Package Description com.amazonaws.services.ecs.model -
-
Uses of TaskDefinitionStatus in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return TaskDefinitionStatus Modifier and Type Method Description static TaskDefinitionStatusTaskDefinitionStatus. fromValue(String value)Use this in place of valueOf.static TaskDefinitionStatusTaskDefinitionStatus. 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.Methods in com.amazonaws.services.ecs.model with parameters of type TaskDefinitionStatus Modifier and Type Method Description voidListTaskDefinitionsRequest. setStatus(TaskDefinitionStatus status)The task definition status with which to filter theListTaskDefinitionsresults.voidTaskDefinition. setStatus(TaskDefinitionStatus status)The status of the task definition.ListTaskDefinitionsRequestListTaskDefinitionsRequest. withStatus(TaskDefinitionStatus status)The task definition status with which to filter theListTaskDefinitionsresults.TaskDefinitionTaskDefinition. withStatus(TaskDefinitionStatus status)The status of the task definition.
-