Uses of Class
software.amazon.awssdk.services.b2bi.model.ConversionTargetFormatDetails
-
Packages that use ConversionTargetFormatDetails Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of ConversionTargetFormatDetails in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return ConversionTargetFormatDetails Modifier and Type Method Description ConversionTargetFormatDetailsConversionTarget. formatDetails()A structure that contains the formatting details for the conversion target.static ConversionTargetFormatDetailsConversionTargetFormatDetails. fromX12(Consumer<X12Details.Builder> x12)Create an instance of this class withx12()initialized to the given value.static ConversionTargetFormatDetailsConversionTargetFormatDetails. 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 ConversionTargetFormatDetails Modifier and Type Method Description ConversionTarget.BuilderConversionTarget.Builder. formatDetails(ConversionTargetFormatDetails formatDetails)A structure that contains the formatting details for the conversion target.
-