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 TaskDefinitionStatusUse this in place of valueOf.static TaskDefinitionStatusReturns 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 TypeMethodDescriptionvoidListTaskDefinitionsRequest.setStatus(TaskDefinitionStatus status) The task definition status with which to filter theListTaskDefinitionsresults.voidTaskDefinition.setStatus(TaskDefinitionStatus status) The status of the task definition.ListTaskDefinitionsRequest.withStatus(TaskDefinitionStatus status) The task definition status with which to filter theListTaskDefinitionsresults.TaskDefinition.withStatus(TaskDefinitionStatus status) The status of the task definition.