| 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 |
|---|---|
TestMappingResult |
AWSB2BiClient.testMapping(TestMappingRequest request)
Maps the input file according to the provided template file.
|
TestMappingResult |
AWSB2Bi.testMapping(TestMappingRequest testMappingRequest)
Maps the input file according to the provided template file.
|
TestMappingResult |
AbstractAWSB2Bi.testMapping(TestMappingRequest request) |
Future<TestMappingResult> |
AbstractAWSB2BiAsync.testMappingAsync(TestMappingRequest request) |
Future<TestMappingResult> |
AWSB2BiAsync.testMappingAsync(TestMappingRequest testMappingRequest)
Maps the input file according to the provided template file.
|
Future<TestMappingResult> |
AWSB2BiAsyncClient.testMappingAsync(TestMappingRequest request) |
Future<TestMappingResult> |
AbstractAWSB2BiAsync.testMappingAsync(TestMappingRequest request,
AsyncHandler<TestMappingRequest,TestMappingResult> asyncHandler) |
Future<TestMappingResult> |
AWSB2BiAsync.testMappingAsync(TestMappingRequest testMappingRequest,
AsyncHandler<TestMappingRequest,TestMappingResult> asyncHandler)
Maps the input file according to the provided template file.
|
Future<TestMappingResult> |
AWSB2BiAsyncClient.testMappingAsync(TestMappingRequest request,
AsyncHandler<TestMappingRequest,TestMappingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<TestMappingResult> |
AbstractAWSB2BiAsync.testMappingAsync(TestMappingRequest request,
AsyncHandler<TestMappingRequest,TestMappingResult> asyncHandler) |
Future<TestMappingResult> |
AWSB2BiAsync.testMappingAsync(TestMappingRequest testMappingRequest,
AsyncHandler<TestMappingRequest,TestMappingResult> asyncHandler)
Maps the input file according to the provided template file.
|
Future<TestMappingResult> |
AWSB2BiAsyncClient.testMappingAsync(TestMappingRequest request,
AsyncHandler<TestMappingRequest,TestMappingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TestMappingRequest |
TestMappingRequest.clone() |
TestMappingRequest |
TestMappingRequest.withFileFormat(FileFormat fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML. |
TestMappingRequest |
TestMappingRequest.withFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML. |
TestMappingRequest |
TestMappingRequest.withInputFileContent(String inputFileContent)
Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the
transform.
|
TestMappingRequest |
TestMappingRequest.withMappingTemplate(String mappingTemplate)
Specifies the mapping template for the transformer.
|
Copyright © 2024. All rights reserved.