| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateStage |
TemplateStage.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
GetTemplateRequest.setTemplateStage(TemplateStage templateStage)
The stage of the template that is returned.
|
GetTemplateResult |
GetTemplateResult.withStagesAvailable(TemplateStage... stagesAvailable)
The available template type.
|
GetTemplateRequest |
GetTemplateRequest.withTemplateStage(TemplateStage templateStage)
The stage of the template that is returned.
|
Copyright © 2016. All rights reserved.