Uses of Enum
software.amazon.awssdk.services.cloudformation.model.GeneratedTemplateStatus
Packages that use GeneratedTemplateStatus
-
Uses of GeneratedTemplateStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return GeneratedTemplateStatusModifier and TypeMethodDescriptionstatic GeneratedTemplateStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final GeneratedTemplateStatusDescribeGeneratedTemplateResponse.status()The status of the template generation.final GeneratedTemplateStatusGetGeneratedTemplateResponse.status()The status of the template generation.final GeneratedTemplateStatusTemplateSummary.status()The status of the template generation.static GeneratedTemplateStatusReturns 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 GeneratedTemplateStatusModifier and TypeMethodDescriptionstatic Set<GeneratedTemplateStatus>GeneratedTemplateStatus.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type GeneratedTemplateStatusModifier and TypeMethodDescriptionDescribeGeneratedTemplateResponse.Builder.status(GeneratedTemplateStatus status) The status of the template generation.GetGeneratedTemplateResponse.Builder.status(GeneratedTemplateStatus status) The status of the template generation.TemplateSummary.Builder.status(GeneratedTemplateStatus status) The status of the template generation.