Uses of Interface
software.amazon.awssdk.services.apptest.model.MainframeActionType.Builder
-
Packages that use MainframeActionType.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of MainframeActionType.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return MainframeActionType.Builder Modifier and Type Method Description default MainframeActionType.BuilderMainframeActionType.Builder. batch(Consumer<Batch.Builder> batch)The batch of the mainframe action type.MainframeActionType.BuilderMainframeActionType.Builder. batch(Batch batch)The batch of the mainframe action type.static MainframeActionType.BuilderMainframeActionType. builder()default MainframeActionType.BuilderMainframeActionType.Builder. tn3270(Consumer<TN3270.Builder> tn3270)The tn3270 port of the mainframe action type.MainframeActionType.BuilderMainframeActionType.Builder. tn3270(TN3270 tn3270)The tn3270 port of the mainframe action type.MainframeActionType.BuilderMainframeActionType. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type MainframeActionType.Builder Modifier and Type Method Description static Class<? extends MainframeActionType.Builder>MainframeActionType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type MainframeActionType.Builder Modifier and Type Method Description default MainframeAction.BuilderMainframeAction.Builder. actionType(Consumer<MainframeActionType.Builder> actionType)The action type of the mainframe action.
-