| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static PipelineType |
PipelineType.fromValue(String value)
Use this in place of valueOf.
|
static PipelineType |
PipelineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineType[] |
PipelineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineSummary |
PipelineSummary.withPipelineType(PipelineType pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
PipelineDeclaration |
PipelineDeclaration.withPipelineType(PipelineType pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
Copyright © 2023. All rights reserved.