Uses of Class
software.amazon.awssdk.services.apptest.model.MainframeActionSummary
-
Packages that use MainframeActionSummary Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of MainframeActionSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return MainframeActionSummary Modifier and Type Method Description static MainframeActionSummaryMainframeActionSummary. fromBatch(Consumer<BatchSummary.Builder> batch)Create an instance of this class withbatch()initialized to the given value.static MainframeActionSummaryMainframeActionSummary. fromBatch(BatchSummary batch)Create an instance of this class withbatch()initialized to the given value.static MainframeActionSummaryMainframeActionSummary. fromTn3270(Consumer<TN3270Summary.Builder> tn3270)Create an instance of this class withtn3270()initialized to the given value.static MainframeActionSummaryMainframeActionSummary. fromTn3270(TN3270Summary tn3270)Create an instance of this class withtn3270()initialized to the given value.MainframeActionSummaryStepRunSummary. mainframeAction()The mainframe action of the step run summary.Methods in software.amazon.awssdk.services.apptest.model with parameters of type MainframeActionSummary Modifier and Type Method Description static StepRunSummaryStepRunSummary. fromMainframeAction(MainframeActionSummary mainframeAction)Create an instance of this class withStepRunSummary.mainframeAction()initialized to the given value.StepRunSummary.BuilderStepRunSummary.Builder. mainframeAction(MainframeActionSummary mainframeAction)The mainframe action of the step run summary.
-