Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.StartTestExecutionResponse
-
Packages that use StartTestExecutionResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of StartTestExecutionResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return StartTestExecutionResponse Modifier and Type Method Description default StartTestExecutionResponseLexModelsV2Client. startTestExecution(Consumer<StartTestExecutionRequest.Builder> startTestExecutionRequest)The action to start test set execution.default StartTestExecutionResponseLexModelsV2Client. startTestExecution(StartTestExecutionRequest startTestExecutionRequest)The action to start test set execution.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type StartTestExecutionResponse Modifier and Type Method Description default CompletableFuture<StartTestExecutionResponse>LexModelsV2AsyncClient. startTestExecution(Consumer<StartTestExecutionRequest.Builder> startTestExecutionRequest)The action to start test set execution.default CompletableFuture<StartTestExecutionResponse>LexModelsV2AsyncClient. startTestExecution(StartTestExecutionRequest startTestExecutionRequest)The action to start test set execution.
-