| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateStage |
TemplateStage.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TemplateStage |
GetTemplateRequest.templateStage()
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
|
static TemplateStage |
TemplateStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateStage[] |
TemplateStage.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<TemplateStage> |
TemplateStage.knownValues()
|
List<TemplateStage> |
GetTemplateResponse.stagesAvailable()
The stage of the template that you can retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
GetTemplateResponse.Builder |
GetTemplateResponse.Builder.stagesAvailable(TemplateStage... stagesAvailable)
The stage of the template that you can retrieve.
|
GetTemplateRequest.Builder |
GetTemplateRequest.Builder.templateStage(TemplateStage templateStage)
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
|
| Modifier and Type | Method and Description |
|---|---|
GetTemplateResponse.Builder |
GetTemplateResponse.Builder.stagesAvailable(Collection<TemplateStage> stagesAvailable)
The stage of the template that you can retrieve.
|
Copyright © 2019. All rights reserved.