Uses of Interface
software.amazon.awssdk.services.apptest.model.ListTestRunsResponse.Builder
-
Packages that use ListTestRunsResponse.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of ListTestRunsResponse.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return ListTestRunsResponse.Builder Modifier and Type Method Description static ListTestRunsResponse.BuilderListTestRunsResponse. builder()ListTestRunsResponse.BuilderListTestRunsResponse.Builder. nextToken(String nextToken)The token from the previous request to retrieve the next page of results.ListTestRunsResponse.BuilderListTestRunsResponse.Builder. testRuns(Collection<TestRunSummary> testRuns)The test runs of the response query.ListTestRunsResponse.BuilderListTestRunsResponse.Builder. testRuns(Consumer<TestRunSummary.Builder>... testRuns)The test runs of the response query.ListTestRunsResponse.BuilderListTestRunsResponse.Builder. testRuns(TestRunSummary... testRuns)The test runs of the response query.ListTestRunsResponse.BuilderListTestRunsResponse. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type ListTestRunsResponse.Builder Modifier and Type Method Description static Class<? extends ListTestRunsResponse.Builder>ListTestRunsResponse. serializableBuilderClass()
-