Uses of Class
software.amazon.awssdk.services.apptest.model.TestCaseRunSummary
-
Packages that use TestCaseRunSummary Package Description software.amazon.awssdk.services.apptest.model software.amazon.awssdk.services.apptest.paginators -
-
Uses of TestCaseRunSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TestCaseRunSummary Modifier and Type Method Description List<TestCaseRunSummary>ListTestRunTestCasesResponse. testRunTestCases()The test run of the test cases.Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestCaseRunSummary Modifier and Type Method Description ListTestRunTestCasesResponse.BuilderListTestRunTestCasesResponse.Builder. testRunTestCases(TestCaseRunSummary... testRunTestCases)The test run of the test cases.Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TestCaseRunSummary Modifier and Type Method Description ListTestRunTestCasesResponse.BuilderListTestRunTestCasesResponse.Builder. testRunTestCases(Collection<TestCaseRunSummary> testRunTestCases)The test run of the test cases. -
Uses of TestCaseRunSummary in software.amazon.awssdk.services.apptest.paginators
Methods in software.amazon.awssdk.services.apptest.paginators that return types with arguments of type TestCaseRunSummary Modifier and Type Method Description SdkIterable<TestCaseRunSummary>ListTestRunTestCasesIterable. testRunTestCases()Returns an iterable to iterate through the paginatedListTestRunTestCasesResponse.testRunTestCases()member.SdkPublisher<TestCaseRunSummary>ListTestRunTestCasesPublisher. testRunTestCases()Returns a publisher that can be used to get a stream of data.
-