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 PipelineDescription
PipelineDescription. clone()
PipelineDescription
PipelineDescription. withDescription(String description)
Description of the pipeline.PipelineDescription
PipelineDescription. withFields(Field... fields)
A list of read-only fields that contain metadata about the pipeline:PipelineDescription
PipelineDescription. withFields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:PipelineDescription
PipelineDescription. withName(String name)
The name of the pipeline.PipelineDescription
PipelineDescription. withPipelineId(String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline.PipelineDescription
PipelineDescription. withTags(Tag... tags)
A list of tags to associated with a pipeline.PipelineDescription
PipelineDescription. 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 DescribePipelinesResult
DescribePipelinesResult. 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 void
DescribePipelinesResult. setPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.DescribePipelinesResult
DescribePipelinesResult. withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
-