Uses of Class
software.amazon.awssdk.services.b2bi.model.TestMappingRequest
-
Packages that use TestMappingRequest Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.transform -
-
Uses of TestMappingRequest in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi with parameters of type TestMappingRequest Modifier and Type Method Description default CompletableFuture<TestMappingResponse>B2BiAsyncClient. testMapping(TestMappingRequest 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. -
Uses of TestMappingRequest in software.amazon.awssdk.services.b2bi.transform
Methods in software.amazon.awssdk.services.b2bi.transform with parameters of type TestMappingRequest Modifier and Type Method Description SdkHttpFullRequestTestMappingRequestMarshaller. marshall(TestMappingRequest testMappingRequest)
-