Uses of Class
software.amazon.awssdk.services.b2bi.model.MappingTemplateLanguage
-
Packages that use MappingTemplateLanguage Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of MappingTemplateLanguage in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return MappingTemplateLanguage Modifier and Type Method Description static MappingTemplateLanguageMappingTemplateLanguage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MappingTemplateLanguageMapping. templateLanguage()The transformation language for the template, either XSLT or JSONATA.static MappingTemplateLanguageMappingTemplateLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static MappingTemplateLanguage[]MappingTemplateLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type MappingTemplateLanguage Modifier and Type Method Description static Set<MappingTemplateLanguage>MappingTemplateLanguage. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type MappingTemplateLanguage Modifier and Type Method Description Mapping.BuilderMapping.Builder. templateLanguage(MappingTemplateLanguage templateLanguage)The transformation language for the template, either XSLT or JSONATA.
-