Uses of Class
software.amazon.awssdk.services.b2bi.model.OutputSampleFileSource
-
Packages that use OutputSampleFileSource Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of OutputSampleFileSource in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return OutputSampleFileSource Modifier and Type Method Description static OutputSampleFileSourceOutputSampleFileSource. fromFileLocation(Consumer<S3Location.Builder> fileLocation)Create an instance of this class withfileLocation()initialized to the given value.static OutputSampleFileSourceOutputSampleFileSource. fromFileLocation(S3Location fileLocation)Create an instance of this class withfileLocation()initialized to the given value.OutputSampleFileSourceConversionTarget. outputSampleFile()Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around this would be discovering the file syntaxMethods in software.amazon.awssdk.services.b2bi.model with parameters of type OutputSampleFileSource Modifier and Type Method Description ConversionTarget.BuilderConversionTarget.Builder. outputSampleFile(OutputSampleFileSource outputSampleFile)Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around this would be discovering the file syntax
-