Uses of Interface
software.amazon.awssdk.services.apptest.model.TN3270Summary.Builder
-
Packages that use TN3270Summary.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TN3270Summary.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TN3270Summary.Builder Modifier and Type Method Description static TN3270Summary.BuilderTN3270Summary. builder()default TN3270Summary.BuilderTN3270Summary.Builder. stepInput(Consumer<TN3270StepInput.Builder> stepInput)The step input of the TN3270 summary.TN3270Summary.BuilderTN3270Summary.Builder. stepInput(TN3270StepInput stepInput)The step input of the TN3270 summary.default TN3270Summary.BuilderTN3270Summary.Builder. stepOutput(Consumer<TN3270StepOutput.Builder> stepOutput)The step output of the TN3270 summary.TN3270Summary.BuilderTN3270Summary.Builder. stepOutput(TN3270StepOutput stepOutput)The step output of the TN3270 summary.TN3270Summary.BuilderTN3270Summary. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TN3270Summary.Builder Modifier and Type Method Description static Class<? extends TN3270Summary.Builder>TN3270Summary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TN3270Summary.Builder Modifier and Type Method Description static MainframeActionSummaryMainframeActionSummary. fromTn3270(Consumer<TN3270Summary.Builder> tn3270)Create an instance of this class withMainframeActionSummary.tn3270()initialized to the given value.default MainframeActionSummary.BuilderMainframeActionSummary.Builder. tn3270(Consumer<TN3270Summary.Builder> tn3270)The tn3270 port of the mainframe action summary.
-