Uses of Class
software.amazon.awssdk.services.b2bi.model.FromFormat
-
Packages that use FromFormat Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of FromFormat in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return FromFormat Modifier and Type Method Description FromFormatInputConversion. fromFormat()The format for the transformer input: currently onX12is supported.static FromFormatFromFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FromFormatFromFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static FromFormat[]FromFormat. 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 FromFormat Modifier and Type Method Description static Set<FromFormat>FromFormat. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type FromFormat Modifier and Type Method Description InputConversion.BuilderInputConversion.Builder. fromFormat(FromFormat fromFormat)The format for the transformer input: currently onX12is supported.
-