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

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

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

Methods in com.amazonaws.services.datapipeline.model that return PipelineObject
 PipelineObject PipelineObject.withFields(Collection<Field> fields)
          Key-value pairs that define the properties of the object.
 PipelineObject PipelineObject.withFields(Field... fields)
          Key-value pairs that define the properties of the object.
 PipelineObject PipelineObject.withId(String id)
          Identifier of the object.
 PipelineObject PipelineObject.withName(String name)
          Name of the object.
 

Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type PipelineObject
 Map<String,PipelineObject> TaskObject.getObjects()
          Connection information for the location where the task runner will publish the output of the task.
 List<PipelineObject> ValidatePipelineDefinitionRequest.getPipelineObjects()
          A list of objects that define the pipeline changes to validate against the pipeline.
 List<PipelineObject> PutPipelineDefinitionRequest.getPipelineObjects()
          The objects that define the pipeline.
 List<PipelineObject> GetPipelineDefinitionResult.getPipelineObjects()
          An array of objects defined in the pipeline.
 List<PipelineObject> DescribeObjectsResult.getPipelineObjects()
          An array of object definitions that are returned by the call to DescribeObjects.
 

Methods in com.amazonaws.services.datapipeline.model with parameters of type PipelineObject
 TaskObject TaskObject.addObjectsEntry(String key, PipelineObject value)
          Connection information for the location where the task runner will publish the output of the task.
 ValidatePipelineDefinitionRequest ValidatePipelineDefinitionRequest.withPipelineObjects(PipelineObject... pipelineObjects)
          A list of objects that define the pipeline changes to validate against the pipeline.
 PutPipelineDefinitionRequest PutPipelineDefinitionRequest.withPipelineObjects(PipelineObject... pipelineObjects)
          The objects that define the pipeline.
 GetPipelineDefinitionResult GetPipelineDefinitionResult.withPipelineObjects(PipelineObject... pipelineObjects)
          An array of objects defined in the pipeline.
 DescribeObjectsResult DescribeObjectsResult.withPipelineObjects(PipelineObject... pipelineObjects)
          An array of object definitions that are returned by the call to DescribeObjects.
 

Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type PipelineObject
 void TaskObject.setObjects(Map<String,PipelineObject> objects)
          Connection information for the location where the task runner will publish the output of the task.
 void ValidatePipelineDefinitionRequest.setPipelineObjects(Collection<PipelineObject> pipelineObjects)
          A list of objects that define the pipeline changes to validate against the pipeline.
 void PutPipelineDefinitionRequest.setPipelineObjects(Collection<PipelineObject> pipelineObjects)
          The objects that define the pipeline.
 void GetPipelineDefinitionResult.setPipelineObjects(Collection<PipelineObject> pipelineObjects)
          An array of objects defined in the pipeline.
 void DescribeObjectsResult.setPipelineObjects(Collection<PipelineObject> pipelineObjects)
          An array of object definitions that are returned by the call to DescribeObjects.
 TaskObject TaskObject.withObjects(Map<String,PipelineObject> objects)
          Connection information for the location where the task runner will publish the output of the task.
 ValidatePipelineDefinitionRequest ValidatePipelineDefinitionRequest.withPipelineObjects(Collection<PipelineObject> pipelineObjects)
          A list of objects that define the pipeline changes to validate against the pipeline.
 PutPipelineDefinitionRequest PutPipelineDefinitionRequest.withPipelineObjects(Collection<PipelineObject> pipelineObjects)
          The objects that define the pipeline.
 GetPipelineDefinitionResult GetPipelineDefinitionResult.withPipelineObjects(Collection<PipelineObject> pipelineObjects)
          An array of objects defined in the pipeline.
 DescribeObjectsResult DescribeObjectsResult.withPipelineObjects(Collection<PipelineObject> pipelineObjects)
          An array of object definitions that are returned by the call to DescribeObjects.
 



Copyright © 2016. All rights reserved.