Uses of Class
software.amazon.awssdk.services.resiliencehub.model.TemplateFormat
-
Packages that use TemplateFormat Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of TemplateFormat in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return TemplateFormat Modifier and Type Method Description TemplateFormatCreateRecommendationTemplateRequest. format()The format for the recommendation template.TemplateFormatRecommendationTemplate. format()Format of the recommendation template.static TemplateFormatTemplateFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TemplateFormatTemplateFormat. valueOf(String name)Returns 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.resiliencehub.model that return types with arguments of type TemplateFormat Modifier and Type Method Description static Set<TemplateFormat>TemplateFormat. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type TemplateFormat Modifier and Type Method Description CreateRecommendationTemplateRequest.BuilderCreateRecommendationTemplateRequest.Builder. format(TemplateFormat format)The format for the recommendation template.RecommendationTemplate.BuilderRecommendationTemplate.Builder. format(TemplateFormat format)Format of the recommendation template.
-