Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UpdateTestSetResponse
-
Packages that use UpdateTestSetResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of UpdateTestSetResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return UpdateTestSetResponse Modifier and Type Method Description default UpdateTestSetResponseLexModelsV2Client. updateTestSet(Consumer<UpdateTestSetRequest.Builder> updateTestSetRequest)The action to update the test set.default UpdateTestSetResponseLexModelsV2Client. updateTestSet(UpdateTestSetRequest updateTestSetRequest)The action to update the test set.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type UpdateTestSetResponse Modifier and Type Method Description default CompletableFuture<UpdateTestSetResponse>LexModelsV2AsyncClient. updateTestSet(Consumer<UpdateTestSetRequest.Builder> updateTestSetRequest)The action to update the test set.default CompletableFuture<UpdateTestSetResponse>LexModelsV2AsyncClient. updateTestSet(UpdateTestSetRequest updateTestSetRequest)The action to update the test set.
-