Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectEntitiesItemResult
-
Packages that use BatchDetectEntitiesItemResult Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of BatchDetectEntitiesItemResult in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchDetectEntitiesItemResult Modifier and Type Method Description List<BatchDetectEntitiesItemResult>BatchDetectEntitiesResponse. resultList()A list of objects containing the results of the operation.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type BatchDetectEntitiesItemResult Modifier and Type Method Description BatchDetectEntitiesResponse.BuilderBatchDetectEntitiesResponse.Builder. resultList(BatchDetectEntitiesItemResult... resultList)A list of objects containing the results of the operation.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type BatchDetectEntitiesItemResult Modifier and Type Method Description BatchDetectEntitiesResponse.BuilderBatchDetectEntitiesResponse.Builder. resultList(Collection<BatchDetectEntitiesItemResult> resultList)A list of objects containing the results of the operation.
-