Uses of Class
software.amazon.awssdk.services.b2bi.model.ConversionTargetFormat
-
Packages that use ConversionTargetFormat Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of ConversionTargetFormat in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return ConversionTargetFormat Modifier and Type Method Description ConversionTargetFormatConversionTarget. fileFormat()Currently, only X12 format is supported.static ConversionTargetFormatConversionTargetFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConversionTargetFormatConversionTargetFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ConversionTargetFormat[]ConversionTargetFormat. 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 ConversionTargetFormat Modifier and Type Method Description static Set<ConversionTargetFormat>ConversionTargetFormat. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type ConversionTargetFormat Modifier and Type Method Description ConversionTarget.BuilderConversionTarget.Builder. fileFormat(ConversionTargetFormat fileFormat)Currently, only X12 format is supported.
-