Uses of Enum
software.amazon.awssdk.services.cloudformation.model.TemplateStage
Packages that use TemplateStage
-
Uses of TemplateStage in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TemplateStageModifier and TypeMethodDescriptionstatic TemplateStageUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TemplateStageGetTemplateRequest.templateStage()For templates that include transforms, the stage of the template that CloudFormation returns.static TemplateStageReturns 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 TemplateStageModifier and TypeMethodDescriptionstatic Set<TemplateStage>TemplateStage.knownValues()final 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 TemplateStageModifier and TypeMethodDescriptionGetTemplateResponse.Builder.stagesAvailable(TemplateStage... stagesAvailable) The stage of the template that you can retrieve.GetTemplateRequest.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 TemplateStageModifier and TypeMethodDescriptionGetTemplateResponse.Builder.stagesAvailable(Collection<TemplateStage> stagesAvailable) The stage of the template that you can retrieve.