Uses of Class
software.amazon.awssdk.services.b2bi.model.ConversionSourceFormat
-
Packages that use ConversionSourceFormat Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of ConversionSourceFormat in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return ConversionSourceFormat Modifier and Type Method Description ConversionSourceFormatConversionSource. fileFormat()The format for the input file: either JSON or XML.static ConversionSourceFormatConversionSourceFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConversionSourceFormatConversionSourceFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ConversionSourceFormat[]ConversionSourceFormat. 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 ConversionSourceFormat Modifier and Type Method Description static Set<ConversionSourceFormat>ConversionSourceFormat. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type ConversionSourceFormat Modifier and Type Method Description ConversionSource.BuilderConversionSource.Builder. fileFormat(ConversionSourceFormat fileFormat)The format for the input file: either JSON or XML.
-