| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.builder() |
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.errorList(BatchItemError... errorList)
List of errors that the operation can return.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.errorList(Collection<BatchItemError> errorList)
List of errors that the operation can return.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.errorList(Consumer<BatchItemError.Builder>... errorList)
List of errors that the operation can return.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.resultList(BatchDetectTargetedSentimentItemResult... resultList)
A list of objects containing the results of the operation.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.resultList(Collection<BatchDetectTargetedSentimentItemResult> resultList)
A list of objects containing the results of the operation.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.resultList(Consumer<BatchDetectTargetedSentimentItemResult.Builder>... resultList)
A list of objects containing the results of the operation.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectTargetedSentimentResponse.Builder> |
BatchDetectTargetedSentimentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.