Uses of Class
software.amazon.awssdk.services.datapipeline.model.TaskObject
-
Packages that use TaskObject Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of TaskObject in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return TaskObject Modifier and Type Method Description TaskObjectPollForTaskResponse. taskObject()The information needed to complete the task that is being assigned to the task runner.Methods in software.amazon.awssdk.services.datapipeline.model with parameters of type TaskObject Modifier and Type Method Description PollForTaskResponse.BuilderPollForTaskResponse.Builder. taskObject(TaskObject taskObject)The information needed to complete the task that is being assigned to the task runner.
-