| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.clone() |
Step |
Step.withAction(StepAction action)
The action of the step.
|
Step |
Step.withDescription(String description)
The description of the step.
|
Step |
Step.withName(String name)
The name of the step.
|
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
UpdateTestSuiteRequest.getAfterSteps()
The after steps of the test suite.
|
List<Step> |
GetTestSuiteResult.getAfterSteps()
The after steps of the test suite.
|
List<Step> |
CreateTestSuiteRequest.getAfterSteps()
The after steps of the test suite.
|
List<Step> |
UpdateTestSuiteRequest.getBeforeSteps()
The before steps for the test suite.
|
List<Step> |
GetTestSuiteResult.getBeforeSteps()
The before steps of the test suite.
|
List<Step> |
CreateTestSuiteRequest.getBeforeSteps()
The before steps of the test suite.
|
List<Step> |
UpdateTestCaseRequest.getSteps()
The steps of the test case.
|
List<Step> |
GetTestCaseResult.getSteps()
The steps of the test case.
|
List<Step> |
CreateTestCaseRequest.getSteps()
The steps in the test case.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTestSuiteRequest |
UpdateTestSuiteRequest.withAfterSteps(Step... afterSteps)
The after steps of the test suite.
|
GetTestSuiteResult |
GetTestSuiteResult.withAfterSteps(Step... afterSteps)
The after steps of the test suite.
|
CreateTestSuiteRequest |
CreateTestSuiteRequest.withAfterSteps(Step... afterSteps)
The after steps of the test suite.
|
UpdateTestSuiteRequest |
UpdateTestSuiteRequest.withBeforeSteps(Step... beforeSteps)
The before steps for the test suite.
|
GetTestSuiteResult |
GetTestSuiteResult.withBeforeSteps(Step... beforeSteps)
The before steps of the test suite.
|
CreateTestSuiteRequest |
CreateTestSuiteRequest.withBeforeSteps(Step... beforeSteps)
The before steps of the test suite.
|
UpdateTestCaseRequest |
UpdateTestCaseRequest.withSteps(Step... steps)
The steps of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withSteps(Step... steps)
The steps of the test case.
|
CreateTestCaseRequest |
CreateTestCaseRequest.withSteps(Step... steps)
The steps in the test case.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTestSuiteRequest.setAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
|
void |
GetTestSuiteResult.setAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
|
void |
CreateTestSuiteRequest.setAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
|
void |
UpdateTestSuiteRequest.setBeforeSteps(Collection<Step> beforeSteps)
The before steps for the test suite.
|
void |
GetTestSuiteResult.setBeforeSteps(Collection<Step> beforeSteps)
The before steps of the test suite.
|
void |
CreateTestSuiteRequest.setBeforeSteps(Collection<Step> beforeSteps)
The before steps of the test suite.
|
void |
UpdateTestCaseRequest.setSteps(Collection<Step> steps)
The steps of the test case.
|
void |
GetTestCaseResult.setSteps(Collection<Step> steps)
The steps of the test case.
|
void |
CreateTestCaseRequest.setSteps(Collection<Step> steps)
The steps in the test case.
|
UpdateTestSuiteRequest |
UpdateTestSuiteRequest.withAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
|
GetTestSuiteResult |
GetTestSuiteResult.withAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
|
CreateTestSuiteRequest |
CreateTestSuiteRequest.withAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
|
UpdateTestSuiteRequest |
UpdateTestSuiteRequest.withBeforeSteps(Collection<Step> beforeSteps)
The before steps for the test suite.
|
GetTestSuiteResult |
GetTestSuiteResult.withBeforeSteps(Collection<Step> beforeSteps)
The before steps of the test suite.
|
CreateTestSuiteRequest |
CreateTestSuiteRequest.withBeforeSteps(Collection<Step> beforeSteps)
The before steps of the test suite.
|
UpdateTestCaseRequest |
UpdateTestCaseRequest.withSteps(Collection<Step> steps)
The steps of the test case.
|
GetTestCaseResult |
GetTestCaseResult.withSteps(Collection<Step> steps)
The steps of the test case.
|
CreateTestCaseRequest |
CreateTestCaseRequest.withSteps(Collection<Step> steps)
The steps in the test case.
|
Copyright © 2025. All rights reserved.