Uses of Class
software.amazon.awssdk.services.b2bi.model.ToFormat
-
Packages that use ToFormat Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of ToFormat in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return ToFormat Modifier and Type Method Description static ToFormatToFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ToFormatOutputConversion. toFormat()The format for the output from an outbound transformer: only X12 is currently supported.static ToFormatToFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ToFormat[]ToFormat. 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 ToFormat Modifier and Type Method Description static Set<ToFormat>ToFormat. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type ToFormat Modifier and Type Method Description OutputConversion.BuilderOutputConversion.Builder. toFormat(ToFormat toFormat)The format for the output from an outbound transformer: only X12 is currently supported.
-