Uses of Class
software.amazon.awssdk.services.apptest.model.BatchSummary
-
Packages that use BatchSummary Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of BatchSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return BatchSummary Modifier and Type Method Description BatchSummaryMainframeActionSummary. batch()The batch of the mainframe action summary.Methods in software.amazon.awssdk.services.apptest.model with parameters of type BatchSummary Modifier and Type Method Description MainframeActionSummary.BuilderMainframeActionSummary.Builder. batch(BatchSummary batch)The batch of the mainframe action summary.static MainframeActionSummaryMainframeActionSummary. fromBatch(BatchSummary batch)Create an instance of this class withMainframeActionSummary.batch()initialized to the given value.
-