| Package | Description |
|---|---|
| com.amazonaws.services.b2bi |
This is the Amazon Web Services B2B Data Interchange API Reference.
|
| com.amazonaws.services.b2bi.model |
| Modifier and Type | Method and Description |
|---|---|
Future<TestParsingResult> |
AbstractAWSB2BiAsync.testParsingAsync(TestParsingRequest request,
AsyncHandler<TestParsingRequest,TestParsingResult> asyncHandler) |
Future<TestParsingResult> |
AWSB2BiAsync.testParsingAsync(TestParsingRequest testParsingRequest,
AsyncHandler<TestParsingRequest,TestParsingResult> asyncHandler)
Parses the input EDI (electronic data interchange) file.
|
Future<TestParsingResult> |
AWSB2BiAsyncClient.testParsingAsync(TestParsingRequest request,
AsyncHandler<TestParsingRequest,TestParsingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TestParsingRequest |
TestParsingRequest.clone() |
TestParsingRequest |
TestParsingRequest.withEdiType(EdiType ediType)
Specifies the details for the EDI standard that is being used for the transformer.
|
TestParsingRequest |
TestParsingRequest.withFileFormat(FileFormat fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML. |
TestParsingRequest |
TestParsingRequest.withFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML. |
TestParsingRequest |
TestParsingRequest.withInputFile(S3Location inputFile)
Specifies an
S3Location object, which contains the Amazon S3 bucket and prefix for the location of
the input file. |
Copyright © 2024. All rights reserved.