Uses of Class
com.amazonaws.services.datapipeline.model.PipelineObject
-
Packages that use PipelineObject Package Description com.amazonaws.services.datapipeline.model -
-
Uses of PipelineObject in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return PipelineObject Modifier and Type Method Description PipelineObjectPipelineObject. clone()PipelineObjectPipelineObject. withFields(Field... fields)Key-value pairs that define the properties of the object.PipelineObjectPipelineObject. withFields(Collection<Field> fields)Key-value pairs that define the properties of the object.PipelineObjectPipelineObject. withId(String id)The ID of the object.PipelineObjectPipelineObject. withName(String name)The name of the object.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type PipelineObject Modifier and Type Method Description Map<String,PipelineObject>TaskObject. getObjects()Connection information for the location where the task runner will publish the output of the task.List<PipelineObject>DescribeObjectsResult. getPipelineObjects()An array of object definitions.List<PipelineObject>GetPipelineDefinitionResult. getPipelineObjects()The objects defined in the pipeline.List<PipelineObject>PutPipelineDefinitionRequest. getPipelineObjects()The objects that define the pipeline.List<PipelineObject>ValidatePipelineDefinitionRequest. getPipelineObjects()The objects that define the pipeline changes to validate against the pipeline.Methods in com.amazonaws.services.datapipeline.model with parameters of type PipelineObject Modifier and Type Method Description TaskObjectTaskObject. addObjectsEntry(String key, PipelineObject value)DescribeObjectsResultDescribeObjectsResult. withPipelineObjects(PipelineObject... pipelineObjects)An array of object definitions.GetPipelineDefinitionResultGetPipelineDefinitionResult. withPipelineObjects(PipelineObject... pipelineObjects)The objects defined in the pipeline.PutPipelineDefinitionRequestPutPipelineDefinitionRequest. withPipelineObjects(PipelineObject... pipelineObjects)The objects that define the pipeline.ValidatePipelineDefinitionRequestValidatePipelineDefinitionRequest. withPipelineObjects(PipelineObject... pipelineObjects)The objects that define the pipeline changes to validate against the pipeline.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type PipelineObject Modifier and Type Method Description voidTaskObject. setObjects(Map<String,PipelineObject> objects)Connection information for the location where the task runner will publish the output of the task.voidDescribeObjectsResult. setPipelineObjects(Collection<PipelineObject> pipelineObjects)An array of object definitions.voidGetPipelineDefinitionResult. setPipelineObjects(Collection<PipelineObject> pipelineObjects)The objects defined in the pipeline.voidPutPipelineDefinitionRequest. setPipelineObjects(Collection<PipelineObject> pipelineObjects)The objects that define the pipeline.voidValidatePipelineDefinitionRequest. setPipelineObjects(Collection<PipelineObject> pipelineObjects)The objects that define the pipeline changes to validate against the pipeline.TaskObjectTaskObject. withObjects(Map<String,PipelineObject> objects)Connection information for the location where the task runner will publish the output of the task.DescribeObjectsResultDescribeObjectsResult. withPipelineObjects(Collection<PipelineObject> pipelineObjects)An array of object definitions.GetPipelineDefinitionResultGetPipelineDefinitionResult. withPipelineObjects(Collection<PipelineObject> pipelineObjects)The objects defined in the pipeline.PutPipelineDefinitionRequestPutPipelineDefinitionRequest. withPipelineObjects(Collection<PipelineObject> pipelineObjects)The objects that define the pipeline.ValidatePipelineDefinitionRequestValidatePipelineDefinitionRequest. withPipelineObjects(Collection<PipelineObject> pipelineObjects)The objects that define the pipeline changes to validate against the pipeline.
-