Uses of Class
software.amazon.awssdk.services.ecs.model.TaskDefinitionStatus
-
Packages that use TaskDefinitionStatus Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of TaskDefinitionStatus in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return TaskDefinitionStatus Modifier and Type Method Description static TaskDefinitionStatusTaskDefinitionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskDefinitionStatusListTaskDefinitionsRequest. status()The task definition status to filter theListTaskDefinitionsresults with.TaskDefinitionStatusTaskDefinition. status()The status of the task definition.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 software.amazon.awssdk.services.ecs.model that return types with arguments of type TaskDefinitionStatus Modifier and Type Method Description static Set<TaskDefinitionStatus>TaskDefinitionStatus. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type TaskDefinitionStatus Modifier and Type Method Description ListTaskDefinitionsRequest.BuilderListTaskDefinitionsRequest.Builder. status(TaskDefinitionStatus status)The task definition status to filter theListTaskDefinitionsresults with.TaskDefinition.BuilderTaskDefinition.Builder. status(TaskDefinitionStatus status)The status of the task definition.
-