Uses of Class
com.amazonaws.services.datapipeline.model.PipelineDescription
-
Packages that use PipelineDescription Package Description com.amazonaws.services.datapipeline.model -
-
Uses of PipelineDescription in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return PipelineDescription Modifier and Type Method Description PipelineDescriptionPipelineDescription. clone()PipelineDescriptionPipelineDescription. withDescription(String description)Description of the pipeline.PipelineDescriptionPipelineDescription. withFields(Field... fields)A list of read-only fields that contain metadata about the pipeline:PipelineDescriptionPipelineDescription. withFields(Collection<Field> fields)A list of read-only fields that contain metadata about the pipeline:PipelineDescriptionPipelineDescription. withName(String name)The name of the pipeline.PipelineDescriptionPipelineDescription. withPipelineId(String pipelineId)The pipeline identifier that was assigned by AWS Data Pipeline.PipelineDescriptionPipelineDescription. withTags(Tag... tags)A list of tags to associated with a pipeline.PipelineDescriptionPipelineDescription. withTags(Collection<Tag> tags)A list of tags to associated with a pipeline.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type PipelineDescription Modifier and Type Method Description List<PipelineDescription>DescribePipelinesResult. getPipelineDescriptionList()An array of descriptions for the specified pipelines.Methods in com.amazonaws.services.datapipeline.model with parameters of type PipelineDescription Modifier and Type Method Description DescribePipelinesResultDescribePipelinesResult. withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList)An array of descriptions for the specified pipelines.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type PipelineDescription Modifier and Type Method Description voidDescribePipelinesResult. setPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)An array of descriptions for the specified pipelines.DescribePipelinesResultDescribePipelinesResult. withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)An array of descriptions for the specified pipelines.
-