Uses of Class
software.amazon.awssdk.services.apptest.model.MainframeActionType
-
Packages that use MainframeActionType Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of MainframeActionType in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return MainframeActionType Modifier and Type Method Description MainframeActionTypeMainframeAction. actionType()The action type of the mainframe action.static MainframeActionTypeMainframeActionType. fromBatch(Consumer<Batch.Builder> batch)Create an instance of this class withbatch()initialized to the given value.static MainframeActionTypeMainframeActionType. fromBatch(Batch batch)Create an instance of this class withbatch()initialized to the given value.static MainframeActionTypeMainframeActionType. fromTn3270(Consumer<TN3270.Builder> tn3270)Create an instance of this class withtn3270()initialized to the given value.static MainframeActionTypeMainframeActionType. fromTn3270(TN3270 tn3270)Create an instance of this class withtn3270()initialized to the given value.Methods in software.amazon.awssdk.services.apptest.model with parameters of type MainframeActionType Modifier and Type Method Description MainframeAction.BuilderMainframeAction.Builder. actionType(MainframeActionType actionType)The action type of the mainframe action.
-