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