Uses of Class
software.amazon.awssdk.services.b2bi.model.X12Details
-
Packages that use X12Details Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of X12Details in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return X12Details Modifier and Type Method Description X12DetailsEdiType. x12Details()Returns the details for the EDI standard that is being used for the transformer.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type X12Details Modifier and Type Method Description static EdiTypeEdiType. fromX12Details(X12Details x12Details)Create an instance of this class withEdiType.x12Details()initialized to the given value.EdiType.BuilderEdiType.Builder. x12Details(X12Details x12Details)Returns the details for the EDI standard that is being used for the transformer.
-