Uses of Class
software.amazon.awssdk.services.apptest.model.CompareActionSummary
-
Packages that use CompareActionSummary Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of CompareActionSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return CompareActionSummary Modifier and Type Method Description CompareActionSummaryStepRunSummary. compareAction()The compare action of the step run summary.Methods in software.amazon.awssdk.services.apptest.model with parameters of type CompareActionSummary Modifier and Type Method Description StepRunSummary.BuilderStepRunSummary.Builder. compareAction(CompareActionSummary compareAction)The compare action of the step run summary.static StepRunSummaryStepRunSummary. fromCompareAction(CompareActionSummary compareAction)Create an instance of this class withStepRunSummary.compareAction()initialized to the given value.
-