Uses of Class
software.amazon.awssdk.services.apptest.model.StepAction
-
Packages that use StepAction Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of StepAction in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return StepAction Modifier and Type Method Description StepActionStep. action()The action of the step.static StepActionStepAction. fromCompareAction(Consumer<CompareAction.Builder> compareAction)Create an instance of this class withcompareAction()initialized to the given value.static StepActionStepAction. fromCompareAction(CompareAction compareAction)Create an instance of this class withcompareAction()initialized to the given value.static StepActionStepAction. fromMainframeAction(Consumer<MainframeAction.Builder> mainframeAction)Create an instance of this class withmainframeAction()initialized to the given value.static StepActionStepAction. fromMainframeAction(MainframeAction mainframeAction)Create an instance of this class withmainframeAction()initialized to the given value.static StepActionStepAction. fromResourceAction(Consumer<ResourceAction.Builder> resourceAction)Create an instance of this class withresourceAction()initialized to the given value.static StepActionStepAction. fromResourceAction(ResourceAction resourceAction)Create an instance of this class withresourceAction()initialized to the given value.Methods in software.amazon.awssdk.services.apptest.model with parameters of type StepAction Modifier and Type Method Description Step.BuilderStep.Builder. action(StepAction action)The action of the step.
-