| 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) |
| 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 |
|---|---|
TestMappingResult |
TestMappingResult.clone() |
TestMappingResult |
TestMappingResult.withMappedFileContent(String mappedFileContent)
Returns a string for the mapping that can be used to identify the mapping.
|
Copyright © 2024. All rights reserved.