Package | Description |
---|---|
com.amazonaws.service.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineSummary |
PipelineSummary.clone() |
PipelineSummary |
PipelineSummary.withCreated(Date created)
The date and time the pipeline was created, in timestamp format.
|
PipelineSummary |
PipelineSummary.withName(String name)
The name of the pipeline.
|
PipelineSummary |
PipelineSummary.withUpdated(Date updated)
The date and time of the last update to the pipeline, in timestamp
format.
|
PipelineSummary |
PipelineSummary.withVersion(Integer version)
The version number of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
List<PipelineSummary> |
ListPipelinesResult.getPipelines()
The list of pipelines.
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
ListPipelinesResult.withPipelines(PipelineSummary... pipelines)
The list of pipelines.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPipelinesResult.setPipelines(Collection<PipelineSummary> pipelines)
The list of pipelines.
|
ListPipelinesResult |
ListPipelinesResult.withPipelines(Collection<PipelineSummary> pipelines)
The list of pipelines.
|
Copyright © 2015. All rights reserved.