Uses of Class
software.amazon.awssdk.services.apptest.model.Step
-
Packages that use Step Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of Step in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type Step Modifier and Type Method Description List<Step>CreateTestSuiteRequest. afterSteps()The after steps of the test suite.List<Step>GetTestSuiteResponse. afterSteps()The after steps of the test suite.List<Step>UpdateTestSuiteRequest. afterSteps()The after steps of the test suite.List<Step>CreateTestSuiteRequest. beforeSteps()The before steps of the test suite.List<Step>GetTestSuiteResponse. beforeSteps()The before steps of the test suite.List<Step>UpdateTestSuiteRequest. beforeSteps()The before steps for the test suite.List<Step>CreateTestCaseRequest. steps()The steps in the test case.List<Step>GetTestCaseResponse. steps()The steps of the test case.List<Step>UpdateTestCaseRequest. steps()The steps of the test case.Methods in software.amazon.awssdk.services.apptest.model with parameters of type Step Modifier and Type Method Description CreateTestSuiteRequest.BuilderCreateTestSuiteRequest.Builder. afterSteps(Step... afterSteps)The after steps of the test suite.GetTestSuiteResponse.BuilderGetTestSuiteResponse.Builder. afterSteps(Step... afterSteps)The after steps of the test suite.UpdateTestSuiteRequest.BuilderUpdateTestSuiteRequest.Builder. afterSteps(Step... afterSteps)The after steps of the test suite.CreateTestSuiteRequest.BuilderCreateTestSuiteRequest.Builder. beforeSteps(Step... beforeSteps)The before steps of the test suite.GetTestSuiteResponse.BuilderGetTestSuiteResponse.Builder. beforeSteps(Step... beforeSteps)The before steps of the test suite.UpdateTestSuiteRequest.BuilderUpdateTestSuiteRequest.Builder. beforeSteps(Step... beforeSteps)The before steps for the test suite.CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. steps(Step... steps)The steps in the test case.GetTestCaseResponse.BuilderGetTestCaseResponse.Builder. steps(Step... steps)The steps of the test case.UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. steps(Step... steps)The steps of the test case.Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type Step Modifier and Type Method Description CreateTestSuiteRequest.BuilderCreateTestSuiteRequest.Builder. afterSteps(Collection<Step> afterSteps)The after steps of the test suite.GetTestSuiteResponse.BuilderGetTestSuiteResponse.Builder. afterSteps(Collection<Step> afterSteps)The after steps of the test suite.UpdateTestSuiteRequest.BuilderUpdateTestSuiteRequest.Builder. afterSteps(Collection<Step> afterSteps)The after steps of the test suite.CreateTestSuiteRequest.BuilderCreateTestSuiteRequest.Builder. beforeSteps(Collection<Step> beforeSteps)The before steps of the test suite.GetTestSuiteResponse.BuilderGetTestSuiteResponse.Builder. beforeSteps(Collection<Step> beforeSteps)The before steps of the test suite.UpdateTestSuiteRequest.BuilderUpdateTestSuiteRequest.Builder. beforeSteps(Collection<Step> beforeSteps)The before steps for the test suite.CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. steps(Collection<Step> steps)The steps in the test case.GetTestCaseResponse.BuilderGetTestCaseResponse.Builder. steps(Collection<Step> steps)The steps of the test case.UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. steps(Collection<Step> steps)The steps of the test case.
-