Uses of Enum
com.amazonaws.services.ecs.model.TaskDefinitionStatus
Packages that use TaskDefinitionStatus
-
Uses of TaskDefinitionStatus in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return TaskDefinitionStatusModifier and TypeMethodDescriptionstatic TaskDefinitionStatus
Use this in place of valueOf.static TaskDefinitionStatus
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 TaskDefinitionStatusModifier and TypeMethodDescriptionvoid
ListTaskDefinitionsRequest.setStatus
(TaskDefinitionStatus status) The task definition status with which to filter theListTaskDefinitions
results.void
TaskDefinition.setStatus
(TaskDefinitionStatus status) The status of the task definition.ListTaskDefinitionsRequest.withStatus
(TaskDefinitionStatus status) The task definition status with which to filter theListTaskDefinitions
results.TaskDefinition.withStatus
(TaskDefinitionStatus status) The status of the task definition.