Uses of Class
software.amazon.awssdk.services.apptest.model.StepRunSummary
-
Packages that use StepRunSummary Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of StepRunSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return StepRunSummary Modifier and Type Method Description static StepRunSummaryStepRunSummary. fromCompareAction(Consumer<CompareActionSummary.Builder> compareAction)Create an instance of this class withcompareAction()initialized to the given value.static StepRunSummaryStepRunSummary. fromCompareAction(CompareActionSummary compareAction)Create an instance of this class withcompareAction()initialized to the given value.static StepRunSummaryStepRunSummary. fromMainframeAction(Consumer<MainframeActionSummary.Builder> mainframeAction)Create an instance of this class withmainframeAction()initialized to the given value.static StepRunSummaryStepRunSummary. fromMainframeAction(MainframeActionSummary mainframeAction)Create an instance of this class withmainframeAction()initialized to the given value.static StepRunSummaryStepRunSummary. fromResourceAction(Consumer<ResourceActionSummary.Builder> resourceAction)Create an instance of this class withresourceAction()initialized to the given value.static StepRunSummaryStepRunSummary. fromResourceAction(ResourceActionSummary resourceAction)Create an instance of this class withresourceAction()initialized to the given value.StepRunSummaryGetTestRunStepResponse. stepRunSummary()The step run summary of the test run step.Methods in software.amazon.awssdk.services.apptest.model with parameters of type StepRunSummary Modifier and Type Method Description GetTestRunStepResponse.BuilderGetTestRunStepResponse.Builder. stepRunSummary(StepRunSummary stepRunSummary)The step run summary of the test run step.
-