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