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