Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.OverallTestResultItem
-
Packages that use OverallTestResultItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of OverallTestResultItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type OverallTestResultItem Modifier and Type Method Description List<OverallTestResultItem>OverallTestResults. items()A list of the overall test results.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type OverallTestResultItem Modifier and Type Method Description OverallTestResults.BuilderOverallTestResults.Builder. items(OverallTestResultItem... items)A list of the overall test results.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type OverallTestResultItem Modifier and Type Method Description OverallTestResults.BuilderOverallTestResults.Builder. items(Collection<OverallTestResultItem> items)A list of the overall test results.
-