Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TestExecutionSummary
-
Packages that use TestExecutionSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestExecutionSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestExecutionSummary Modifier and Type Method Description List<TestExecutionSummary>ListTestExecutionsResponse. testExecutions()The list of test executions.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TestExecutionSummary Modifier and Type Method Description ListTestExecutionsResponse.BuilderListTestExecutionsResponse.Builder. testExecutions(TestExecutionSummary... testExecutions)The list of test executions.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestExecutionSummary Modifier and Type Method Description ListTestExecutionsResponse.BuilderListTestExecutionsResponse.Builder. testExecutions(Collection<TestExecutionSummary> testExecutions)The list of test executions.
-