Uses of Class
software.amazon.awssdk.services.ecs.model.TaskStopCode
-
Packages that use TaskStopCode Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of TaskStopCode in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return TaskStopCode Modifier and Type Method Description static TaskStopCodeTaskStopCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskStopCodeTask. stopCode()The stop code indicating why a task was stopped.static TaskStopCodeTaskStopCode. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskStopCode[]TaskStopCode. 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 TaskStopCode Modifier and Type Method Description static Set<TaskStopCode>TaskStopCode. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type TaskStopCode Modifier and Type Method Description Task.BuilderTask.Builder. stopCode(TaskStopCode stopCode)The stop code indicating why a task was stopped.
-