Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<PipelineIdName> |
ListPipelinesResult.getPipelineIdList()
A list of all the pipeline identifiers that your account has
permission to access.
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
ListPipelinesResult.withPipelineIdList(PipelineIdName... pipelineIdList)
A list of all the pipeline identifiers that your account has
permission to access.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.