Uses of Class
com.amazonaws.services.datapipeline.model.PipelineIdName

Packages that use PipelineIdName
com.amazonaws.services.datapipeline.model Classes modeling the various types represented by DataPipeline. 
 

Uses of PipelineIdName in com.amazonaws.services.datapipeline.model
 

Methods in com.amazonaws.services.datapipeline.model that return PipelineIdName
 PipelineIdName PipelineIdName.withId(String id)
          Identifier of the pipeline that was assigned by AWS Data Pipeline.
 PipelineIdName PipelineIdName.withName(String name)
          Name of the pipeline.
 

Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type PipelineIdName
 List<PipelineIdName> ListPipelinesResult.getPipelineIdList()
          A list of all the pipeline identifiers that your account has permission to access.
 

Methods in com.amazonaws.services.datapipeline.model with parameters of type PipelineIdName
 ListPipelinesResult ListPipelinesResult.withPipelineIdList(PipelineIdName... pipelineIdList)
          A list of all the pipeline identifiers that your account has permission to access.
 

Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type PipelineIdName
 void ListPipelinesResult.setPipelineIdList(Collection<PipelineIdName> pipelineIdList)
          A list of all the pipeline identifiers that your account has permission to access.
 ListPipelinesResult ListPipelinesResult.withPipelineIdList(Collection<PipelineIdName> pipelineIdList)
          A list of all the pipeline identifiers that your account has permission to access.
 



Copyright © 2016. All rights reserved.