Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PipelineDescription> |
DescribePipelinesResult.pipelineDescriptionList
An array of descriptions for the specified pipelines.
|
Modifier and Type | Method and Description |
---|---|
PipelineDescription |
PipelineDescription.clone() |
PipelineDescription |
PipelineDescription.withDescription(java.lang.String description)
Description of the pipeline.
|
PipelineDescription |
PipelineDescription.withFields(java.util.Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:
|
PipelineDescription |
PipelineDescription.withFields(Field... fields)
A list of read-only fields that contain metadata about the pipeline:
|
PipelineDescription |
PipelineDescription.withName(java.lang.String name)
The name of the pipeline.
|
PipelineDescription |
PipelineDescription.withPipelineId(java.lang.String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline.
|
PipelineDescription |
PipelineDescription.withTags(java.util.Collection<Tag> tags)
A list of tags to associated with a pipeline.
|
PipelineDescription |
PipelineDescription.withTags(Tag... tags)
A list of tags to associated with a pipeline.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PipelineDescription> |
DescribePipelinesResult.getPipelineDescriptionList()
An array of descriptions for the specified pipelines.
|
Modifier and Type | Method and Description |
---|---|
DescribePipelinesResult |
DescribePipelinesResult.withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribePipelinesResult.setPipelineDescriptionList(java.util.Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
DescribePipelinesResult |
DescribePipelinesResult.withPipelineDescriptionList(java.util.Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
Modifier and Type | Method and Description |
---|---|
PipelineDescription |
PipelineDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PipelineDescriptionJsonMarshaller.marshall(PipelineDescription pipelineDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|