| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.builder() |
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.errorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.errorList(Consumer<BatchItemError.Builder>... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.resultList(BatchDetectEntitiesItemResult... resultList)
A list of objects containing the results of the operation.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.resultList(Collection<BatchDetectEntitiesItemResult> resultList)
A list of objects containing the results of the operation.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.resultList(Consumer<BatchDetectEntitiesItemResult.Builder>... resultList)
A list of objects containing the results of the operation.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectEntitiesResponse.Builder> |
BatchDetectEntitiesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.