Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ListTestExecutionResultItemsResponse.Builder
-
Packages that use ListTestExecutionResultItemsResponse.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ListTestExecutionResultItemsResponse.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ListTestExecutionResultItemsResponse.Builder Modifier and Type Method Description static ListTestExecutionResultItemsResponse.BuilderListTestExecutionResultItemsResponse. builder()ListTestExecutionResultItemsResponse.BuilderListTestExecutionResultItemsResponse.Builder. nextToken(String nextToken)A token that indicates whether there are more results to return in a response to theListTestExecutionResultItemsoperation.default ListTestExecutionResultItemsResponse.BuilderListTestExecutionResultItemsResponse.Builder. testExecutionResults(Consumer<TestExecutionResultItems.Builder> testExecutionResults)The list of results from the test execution.ListTestExecutionResultItemsResponse.BuilderListTestExecutionResultItemsResponse.Builder. testExecutionResults(TestExecutionResultItems testExecutionResults)The list of results from the test execution.ListTestExecutionResultItemsResponse.BuilderListTestExecutionResultItemsResponse. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ListTestExecutionResultItemsResponse.Builder Modifier and Type Method Description static Class<? extends ListTestExecutionResultItemsResponse.Builder>ListTestExecutionResultItemsResponse. serializableBuilderClass()
-