Uses of Class
software.amazon.awssdk.services.b2bi.model.TestConversionRequest
-
Packages that use TestConversionRequest 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 TestConversionRequest in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi with parameters of type TestConversionRequest Modifier and Type Method Description default CompletableFuture<TestConversionResponse>B2BiAsyncClient. testConversion(TestConversionRequest testConversionRequest)This operation mimics the latter half of a typical Outbound EDI request.default TestConversionResponseB2BiClient. testConversion(TestConversionRequest testConversionRequest)This operation mimics the latter half of a typical Outbound EDI request. -
Uses of TestConversionRequest in software.amazon.awssdk.services.b2bi.transform
Methods in software.amazon.awssdk.services.b2bi.transform with parameters of type TestConversionRequest Modifier and Type Method Description SdkHttpFullRequestTestConversionRequestMarshaller. marshall(TestConversionRequest testConversionRequest)
-