Uses of Class
com.amazonaws.services.datapipeline.model.PipelineDescription
Packages that use PipelineDescription
-
Uses of PipelineDescription in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return PipelineDescriptionModifier and TypeMethodDescriptionPipelineDescription.clone()
PipelineDescription.withDescription
(String description) Description of the pipeline.PipelineDescription.withFields
(Field... fields) A list of read-only fields that contain metadata about the pipeline:PipelineDescription.withFields
(Collection<Field> fields) A list of read-only fields that contain metadata about the pipeline:The name of the pipeline.PipelineDescription.withPipelineId
(String pipelineId) The pipeline identifier that was assigned by AWS Data Pipeline.A list of tags to associated with a pipeline.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 PipelineDescriptionModifier and TypeMethodDescriptionDescribePipelinesResult.getPipelineDescriptionList()
An array of descriptions for the specified pipelines.Methods in com.amazonaws.services.datapipeline.model with parameters of type PipelineDescriptionModifier and TypeMethodDescriptionDescribePipelinesResult.withPipelineDescriptionList
(PipelineDescription... pipelineDescriptionList) An array of descriptions for the specified pipelines.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type PipelineDescriptionModifier and TypeMethodDescriptionvoid
DescribePipelinesResult.setPipelineDescriptionList
(Collection<PipelineDescription> pipelineDescriptionList) An array of descriptions for the specified pipelines.DescribePipelinesResult.withPipelineDescriptionList
(Collection<PipelineDescription> pipelineDescriptionList) An array of descriptions for the specified pipelines.