Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PipelineSummary> |
ListPipelinesResult.pipelines
The list of pipelines.
|
Modifier and Type | Method and Description |
---|---|
PipelineSummary |
PipelineSummary.clone() |
PipelineSummary |
PipelineSummary.withCreated(java.util.Date created)
The date and time the pipeline was created, in timestamp format.
|
PipelineSummary |
PipelineSummary.withName(java.lang.String name)
The name of the pipeline.
|
PipelineSummary |
PipelineSummary.withUpdated(java.util.Date updated)
The date and time of the last update to the pipeline, in timestamp
format.
|
PipelineSummary |
PipelineSummary.withVersion(java.lang.Integer version)
The version number of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PipelineSummary> pipelines)
The list of pipelines.
|
ListPipelinesResult |
ListPipelinesResult.withPipelines(java.util.Collection<PipelineSummary> pipelines)
The list of pipelines.
|
Modifier and Type | Method and Description |
---|---|
PipelineSummary |
PipelineSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PipelineSummaryJsonMarshaller.marshall(PipelineSummary pipelineSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|