Uses of Class
com.amazonaws.services.datapipeline.model.TaskObject

Packages that use TaskObject
com.amazonaws.services.datapipeline.model Classes modeling the various types represented by DataPipeline. 
 

Uses of TaskObject in com.amazonaws.services.datapipeline.model
 

Methods in com.amazonaws.services.datapipeline.model that return TaskObject
 TaskObject TaskObject.addObjectsEntry(String key, PipelineObject value)
          Connection information for the location where the task runner will publish the output of the task.
 TaskObject TaskObject.clearObjectsEntries()
          Removes all the entries added into Objects.
 TaskObject PollForTaskResult.getTaskObject()
          An instance of PollForTaskResult, which contains an instance of TaskObject.
 TaskObject TaskObject.withAttemptId(String attemptId)
          Identifier of the pipeline task attempt object.
 TaskObject TaskObject.withObjects(Map<String,PipelineObject> objects)
          Connection information for the location where the task runner will publish the output of the task.
 TaskObject TaskObject.withPipelineId(String pipelineId)
          Identifier of the pipeline that provided the task.
 TaskObject TaskObject.withTaskId(String taskId)
          An internal identifier for the task.
 

Methods in com.amazonaws.services.datapipeline.model with parameters of type TaskObject
 void PollForTaskResult.setTaskObject(TaskObject taskObject)
          An instance of PollForTaskResult, which contains an instance of TaskObject.
 PollForTaskResult PollForTaskResult.withTaskObject(TaskObject taskObject)
          An instance of PollForTaskResult, which contains an instance of TaskObject.
 



Copyright © 2016. All rights reserved.