Uses of Class
software.amazon.awssdk.services.b2bi.model.FormatOptions
-
Packages that use FormatOptions Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of FormatOptions in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return FormatOptions Modifier and Type Method Description FormatOptionsInputConversion. formatOptions()A structure that contains the formatting options for an inbound transformer.FormatOptionsOutputConversion. formatOptions()A structure that contains the X12 transaction set and version for the transformer output.static FormatOptionsFormatOptions. fromX12(Consumer<X12Details.Builder> x12)Create an instance of this class withx12()initialized to the given value.static FormatOptionsFormatOptions. fromX12(X12Details x12)Create an instance of this class withx12()initialized to the given value.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type FormatOptions Modifier and Type Method Description InputConversion.BuilderInputConversion.Builder. formatOptions(FormatOptions formatOptions)A structure that contains the formatting options for an inbound transformer.OutputConversion.BuilderOutputConversion.Builder. formatOptions(FormatOptions formatOptions)A structure that contains the X12 transaction set and version for the transformer output.
-