Uses of Enum
software.amazon.awssdk.services.cloudformation.model.TemplateFormat
Packages that use TemplateFormat
-
Uses of TemplateFormat in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TemplateFormatModifier and TypeMethodDescriptionfinal TemplateFormatGetGeneratedTemplateRequest.format()The language to use to retrieve for the generated template.static TemplateFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static TemplateFormatReturns the enum constant of this type with the specified name.static TemplateFormat[]TemplateFormat.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 TemplateFormatMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type TemplateFormatModifier and TypeMethodDescriptionGetGeneratedTemplateRequest.Builder.format(TemplateFormat format) The language to use to retrieve for the generated template.