Uses of Interface
software.amazon.awssdk.services.b2bi.model.TestConversionRequest.Builder
-
Packages that use TestConversionRequest.Builder Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.model -
-
Uses of TestConversionRequest.Builder in software.amazon.awssdk.services.b2bi
Method parameters in software.amazon.awssdk.services.b2bi with type arguments of type TestConversionRequest.Builder 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 TestConversionResponseB2BiClient. testConversion(Consumer<TestConversionRequest.Builder> testConversionRequest)This operation mimics the latter half of a typical Outbound EDI request. -
Uses of TestConversionRequest.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return TestConversionRequest.Builder Modifier and Type Method Description static TestConversionRequest.BuilderTestConversionRequest. builder()TestConversionRequest.BuilderTestConversionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestConversionRequest.BuilderTestConversionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default TestConversionRequest.BuilderTestConversionRequest.Builder. source(Consumer<ConversionSource.Builder> source)Specify the source file for an outbound EDI request.TestConversionRequest.BuilderTestConversionRequest.Builder. source(ConversionSource source)Specify the source file for an outbound EDI request.default TestConversionRequest.BuilderTestConversionRequest.Builder. target(Consumer<ConversionTarget.Builder> target)Specify the format (X12 is the only currently supported format), and other details for the conversion target.TestConversionRequest.BuilderTestConversionRequest.Builder. target(ConversionTarget target)Specify the format (X12 is the only currently supported format), and other details for the conversion target.TestConversionRequest.BuilderTestConversionRequest. toBuilder()Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type TestConversionRequest.Builder Modifier and Type Method Description static Class<? extends TestConversionRequest.Builder>TestConversionRequest. serializableBuilderClass()
-