Uses of Class
software.amazon.awssdk.services.b2bi.model.TestMappingResponse
-
Packages that use TestMappingResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of TestMappingResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return TestMappingResponse Modifier and Type Method Description default TestMappingResponseB2BiClient. testMapping(Consumer<TestMappingRequest.Builder> testMappingRequest)Maps the input file according to the provided template file.default TestMappingResponseB2BiClient. testMapping(TestMappingRequest testMappingRequest)Maps the input file according to the provided template file.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type TestMappingResponse Modifier and Type Method Description default CompletableFuture<TestMappingResponse>B2BiAsyncClient. testMapping(Consumer<TestMappingRequest.Builder> testMappingRequest)Maps the input file according to the provided template file.default CompletableFuture<TestMappingResponse>B2BiAsyncClient. testMapping(TestMappingRequest testMappingRequest)Maps the input file according to the provided template file.
-