Uses of Class
software.amazon.awssdk.services.b2bi.model.MappingType
-
Packages that use MappingType Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of MappingType in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return MappingType Modifier and Type Method Description static MappingTypeMappingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MappingTypeCreateStarterMappingTemplateRequest. mappingType()Specify the format for the mapping template: either JSONATA or XSLT.static MappingTypeMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static MappingType[]MappingType. 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 MappingType Modifier and Type Method Description static Set<MappingType>MappingType. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type MappingType Modifier and Type Method Description CreateStarterMappingTemplateRequest.BuilderCreateStarterMappingTemplateRequest.Builder. mappingType(MappingType mappingType)Specify the format for the mapping template: either JSONATA or XSLT.
-