Uses of Class
com.amazonaws.services.datapipeline.model.PipelineIdName
-
Packages that use PipelineIdName Package Description com.amazonaws.services.datapipeline.model -
-
Uses of PipelineIdName in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return PipelineIdName Modifier and Type Method Description PipelineIdName
PipelineIdName. clone()
PipelineIdName
PipelineIdName. withId(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline.PipelineIdName
PipelineIdName. withName(String name)
The name of the pipeline.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type PipelineIdName Modifier and Type Method Description List<PipelineIdName>
ListPipelinesResult. getPipelineIdList()
The pipeline identifiers.Methods in com.amazonaws.services.datapipeline.model with parameters of type PipelineIdName Modifier and Type Method Description ListPipelinesResult
ListPipelinesResult. withPipelineIdList(PipelineIdName... pipelineIdList)
The pipeline identifiers.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type PipelineIdName Modifier and Type Method Description void
ListPipelinesResult. setPipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.ListPipelinesResult
ListPipelinesResult. withPipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
-