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 PipelineIdNamePipelineIdName. clone()PipelineIdNamePipelineIdName. withId(String id)The ID of the pipeline that was assigned by AWS Data Pipeline.PipelineIdNamePipelineIdName. 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 ListPipelinesResultListPipelinesResult. 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 voidListPipelinesResult. setPipelineIdList(Collection<PipelineIdName> pipelineIdList)The pipeline identifiers.ListPipelinesResultListPipelinesResult. withPipelineIdList(Collection<PipelineIdName> pipelineIdList)The pipeline identifiers.
-