| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTestExecutionsResult> |
AmazonLexModelsV2AsyncClient.listTestExecutionsAsync(ListTestExecutionsRequest request,
AsyncHandler<ListTestExecutionsRequest,ListTestExecutionsResult> asyncHandler) |
Future<ListTestExecutionsResult> |
AbstractAmazonLexModelsV2Async.listTestExecutionsAsync(ListTestExecutionsRequest request,
AsyncHandler<ListTestExecutionsRequest,ListTestExecutionsResult> asyncHandler) |
Future<ListTestExecutionsResult> |
AmazonLexModelsV2Async.listTestExecutionsAsync(ListTestExecutionsRequest listTestExecutionsRequest,
AsyncHandler<ListTestExecutionsRequest,ListTestExecutionsResult> asyncHandler)
The list of test set executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestExecutionsRequest |
ListTestExecutionsRequest.clone() |
ListTestExecutionsRequest |
ListTestExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of test executions to return in each page.
|
ListTestExecutionsRequest |
ListTestExecutionsRequest.withNextToken(String nextToken)
If the response from the ListTestExecutions operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListTestExecutionsRequest |
ListTestExecutionsRequest.withSortBy(TestExecutionSortBy sortBy)
The sort order of the test set executions.
|
Copyright © 2024. All rights reserved.