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