| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static PipelineType |
PipelineType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PipelineType |
PipelineDeclaration.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.
|
PipelineType |
PipelineSummary.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.
|
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 |
|---|---|
static Set<PipelineType> |
PipelineType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.pipelineType(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.
|
PipelineSummary.Builder |
PipelineSummary.Builder.pipelineType(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.