Uses of Class
software.amazon.awssdk.services.b2bi.model.X12Envelope
-
Packages that use X12Envelope Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of X12Envelope in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return X12Envelope Modifier and Type Method Description X12EnvelopeOutboundEdiOptions. x12()A structure that contains an X12 envelope structure.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type X12Envelope Modifier and Type Method Description static OutboundEdiOptionsOutboundEdiOptions. fromX12(X12Envelope x12)Create an instance of this class withOutboundEdiOptions.x12()initialized to the given value.OutboundEdiOptions.BuilderOutboundEdiOptions.Builder. x12(X12Envelope x12)A structure that contains an X12 envelope structure.
-