Uses of Class
software.amazon.awssdk.services.b2bi.model.InputFileSource
-
Packages that use InputFileSource Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of InputFileSource in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return InputFileSource Modifier and Type Method Description static InputFileSourceInputFileSource. fromFileContent(String fileContent)Create an instance of this class withfileContent()initialized to the given value.InputFileSourceConversionSource. inputFile()File to be convertedMethods in software.amazon.awssdk.services.b2bi.model with parameters of type InputFileSource Modifier and Type Method Description ConversionSource.BuilderConversionSource.Builder. inputFile(InputFileSource inputFile)File to be converted
-