Uses of Class
software.amazon.awssdk.services.cloudformation.model.GeneratedTemplateStatus
-
Packages that use GeneratedTemplateStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of GeneratedTemplateStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return GeneratedTemplateStatus Modifier and Type Method Description static GeneratedTemplateStatusGeneratedTemplateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GeneratedTemplateStatusDescribeGeneratedTemplateResponse. status()The status of the template generation.GeneratedTemplateStatusGetGeneratedTemplateResponse. status()The status of the template generation.GeneratedTemplateStatusTemplateSummary. status()The status of the template generation.static GeneratedTemplateStatusGeneratedTemplateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GeneratedTemplateStatus[]GeneratedTemplateStatus. 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 GeneratedTemplateStatus Modifier and Type Method Description static Set<GeneratedTemplateStatus>GeneratedTemplateStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type GeneratedTemplateStatus Modifier and Type Method Description DescribeGeneratedTemplateResponse.BuilderDescribeGeneratedTemplateResponse.Builder. status(GeneratedTemplateStatus status)The status of the template generation.GetGeneratedTemplateResponse.BuilderGetGeneratedTemplateResponse.Builder. status(GeneratedTemplateStatus status)The status of the template generation.TemplateSummary.BuilderTemplateSummary.Builder. status(GeneratedTemplateStatus status)The status of the template generation.
-