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 X12DetailsConversionTargetFormatDetails. x12()Returns the value of the X12 property for this object.X12DetailsFormatOptions. x12()Returns the value of the X12 property for this object.X12DetailsTemplateDetails. x12()Returns the value of the X12 property for this object.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 ConversionTargetFormatDetailsConversionTargetFormatDetails. fromX12(X12Details x12)Create an instance of this class withConversionTargetFormatDetails.x12()initialized to the given value.static FormatOptionsFormatOptions. fromX12(X12Details x12)Create an instance of this class withFormatOptions.x12()initialized to the given value.static TemplateDetailsTemplateDetails. fromX12(X12Details x12)Create an instance of this class withTemplateDetails.x12()initialized to the given value.static EdiTypeEdiType. fromX12Details(X12Details x12Details)Create an instance of this class withEdiType.x12Details()initialized to the given value.ConversionTargetFormatDetails.BuilderConversionTargetFormatDetails.Builder. x12(X12Details x12)Sets the value of the X12 property for this object.FormatOptions.BuilderFormatOptions.Builder. x12(X12Details x12)Sets the value of the X12 property for this object.TemplateDetails.BuilderTemplateDetails.Builder. x12(X12Details x12)Sets the value of the X12 property for this object.EdiType.BuilderEdiType.Builder. x12Details(X12Details x12Details)Returns the details for the EDI standard that is being used for the transformer.
-