Uses of Class
software.amazon.awssdk.services.b2bi.model.TestConversionResponse
-
Packages that use TestConversionResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of TestConversionResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return TestConversionResponse Modifier and Type Method Description default TestConversionResponseB2BiClient. testConversion(Consumer<TestConversionRequest.Builder> 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.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type TestConversionResponse Modifier and Type Method Description default CompletableFuture<TestConversionResponse>B2BiAsyncClient. testConversion(Consumer<TestConversionRequest.Builder> testConversionRequest)This operation mimics the latter half of a typical Outbound EDI request.default CompletableFuture<TestConversionResponse>B2BiAsyncClient. testConversion(TestConversionRequest testConversionRequest)This operation mimics the latter half of a typical Outbound EDI request.
-