Uses of Class
software.amazon.awssdk.services.apptest.model.MainframeAction
-
Packages that use MainframeAction Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of MainframeAction in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return MainframeAction Modifier and Type Method Description MainframeActionStepAction. mainframeAction()The mainframe action of the step action.Methods in software.amazon.awssdk.services.apptest.model with parameters of type MainframeAction Modifier and Type Method Description static StepActionStepAction. fromMainframeAction(MainframeAction mainframeAction)Create an instance of this class withStepAction.mainframeAction()initialized to the given value.StepAction.BuilderStepAction.Builder. mainframeAction(MainframeAction mainframeAction)The mainframe action of the step action.
-