Uses of Interface
software.amazon.awssdk.services.apptest.model.TN3270.Builder
-
Packages that use TN3270.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TN3270.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TN3270.Builder Modifier and Type Method Description static TN3270.BuilderTN3270. builder()TN3270.BuilderTN3270.Builder. exportDataSetNames(String... exportDataSetNames)The data set names of the TN3270 protocol.TN3270.BuilderTN3270.Builder. exportDataSetNames(Collection<String> exportDataSetNames)The data set names of the TN3270 protocol.default TN3270.BuilderTN3270.Builder. script(Consumer<Script.Builder> script)The script of the TN3270 protocol.TN3270.BuilderTN3270.Builder. script(Script script)The script of the TN3270 protocol.TN3270.BuilderTN3270. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TN3270.Builder Modifier and Type Method Description static Class<? extends TN3270.Builder>TN3270. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TN3270.Builder Modifier and Type Method Description static MainframeActionTypeMainframeActionType. fromTn3270(Consumer<TN3270.Builder> tn3270)Create an instance of this class withMainframeActionType.tn3270()initialized to the given value.default MainframeActionType.BuilderMainframeActionType.Builder. tn3270(Consumer<TN3270.Builder> tn3270)The tn3270 port of the mainframe action type.
-