Uses of Class
software.amazon.awssdk.services.cloudformation.model.TemplateStage
-
Packages that use TemplateStage Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of TemplateStage in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TemplateStage Modifier and Type Method Description static TemplateStageTemplateStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TemplateStageGetTemplateRequest. templateStage()For templates that include transforms, the stage of the template that CloudFormation returns.static TemplateStageTemplateStage. 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.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TemplateStage Modifier and Type Method Description static Set<TemplateStage>TemplateStage. knownValues()List<TemplateStage>GetTemplateResponse. stagesAvailable()The stage of the template that you can retrieve.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type TemplateStage Modifier and Type Method Description GetTemplateResponse.BuilderGetTemplateResponse.Builder. stagesAvailable(TemplateStage... stagesAvailable)The stage of the template that you can retrieve.GetTemplateRequest.BuilderGetTemplateRequest.Builder. templateStage(TemplateStage templateStage)For templates that include transforms, the stage of the template that CloudFormation returns.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TemplateStage Modifier and Type Method Description GetTemplateResponse.BuilderGetTemplateResponse.Builder. stagesAvailable(Collection<TemplateStage> stagesAvailable)The stage of the template that you can retrieve.
-