Uses of Interface
software.amazon.awssdk.services.b2bi.model.TestParsingResponse.Builder
-
Packages that use TestParsingResponse.Builder Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of TestParsingResponse.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return TestParsingResponse.Builder Modifier and Type Method Description static TestParsingResponse.BuilderTestParsingResponse. builder()TestParsingResponse.BuilderTestParsingResponse.Builder. parsedFileContent(String parsedFileContent)Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.TestParsingResponse.BuilderTestParsingResponse. toBuilder()Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type TestParsingResponse.Builder Modifier and Type Method Description static Class<? extends TestParsingResponse.Builder>TestParsingResponse. serializableBuilderClass()
-