Uses of Class
software.amazon.awssdk.services.apptest.model.TestRunSummary
-
Packages that use TestRunSummary Package Description software.amazon.awssdk.services.apptest.model software.amazon.awssdk.services.apptest.paginators -
-
Uses of TestRunSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TestRunSummary Modifier and Type Method Description List<TestRunSummary>ListTestRunsResponse. testRuns()The test runs of the response query.Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestRunSummary Modifier and Type Method Description ListTestRunsResponse.BuilderListTestRunsResponse.Builder. testRuns(TestRunSummary... testRuns)The test runs of the response query.Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TestRunSummary Modifier and Type Method Description ListTestRunsResponse.BuilderListTestRunsResponse.Builder. testRuns(Collection<TestRunSummary> testRuns)The test runs of the response query. -
Uses of TestRunSummary in software.amazon.awssdk.services.apptest.paginators
Methods in software.amazon.awssdk.services.apptest.paginators that return types with arguments of type TestRunSummary Modifier and Type Method Description SdkIterable<TestRunSummary>ListTestRunsIterable. testRuns()Returns an iterable to iterate through the paginatedListTestRunsResponse.testRuns()member.SdkPublisher<TestRunSummary>ListTestRunsPublisher. testRuns()Returns a publisher that can be used to get a stream of data.
-