Uses of Class
software.amazon.awssdk.services.apptest.model.GetTestRunStepResponse
-
Packages that use GetTestRunStepResponse Package Description software.amazon.awssdk.services.apptest AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects. -
-
Uses of GetTestRunStepResponse in software.amazon.awssdk.services.apptest
Methods in software.amazon.awssdk.services.apptest that return GetTestRunStepResponse Modifier and Type Method Description default GetTestRunStepResponseAppTestClient. getTestRunStep(Consumer<GetTestRunStepRequest.Builder> getTestRunStepRequest)Gets a test run step.default GetTestRunStepResponseAppTestClient. getTestRunStep(GetTestRunStepRequest getTestRunStepRequest)Gets a test run step.Methods in software.amazon.awssdk.services.apptest that return types with arguments of type GetTestRunStepResponse Modifier and Type Method Description default CompletableFuture<GetTestRunStepResponse>AppTestAsyncClient. getTestRunStep(Consumer<GetTestRunStepRequest.Builder> getTestRunStepRequest)Gets a test run step.default CompletableFuture<GetTestRunStepResponse>AppTestAsyncClient. getTestRunStep(GetTestRunStepRequest getTestRunStepRequest)Gets a test run step.
-