Uses of Class
software.amazon.awssdk.services.ecs.model.TaskField
-
Packages that use TaskField Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of TaskField in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return TaskField Modifier and Type Method Description static TaskFieldTaskField. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TaskFieldTaskField. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskField[]TaskField. 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 TaskField Modifier and Type Method Description List<TaskField>DescribeTasksRequest. include()Specifies whether you want to see the resource tags for the task.static Set<TaskField>TaskField. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type TaskField Modifier and Type Method Description DescribeTasksRequest.BuilderDescribeTasksRequest.Builder. include(TaskField... include)Specifies whether you want to see the resource tags for the task.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type TaskField Modifier and Type Method Description DescribeTasksRequest.BuilderDescribeTasksRequest.Builder. include(Collection<TaskField> include)Specifies whether you want to see the resource tags for the task.
-