| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<FailedCustomVocabularyItem> |
BatchUpdateCustomVocabularyItemResponse.errors()
A list of custom vocabulary items that failed to update during the operation.
|
List<FailedCustomVocabularyItem> |
BatchDeleteCustomVocabularyItemResponse.errors()
A list of custom vocabulary items that failed to delete during the operation.
|
List<FailedCustomVocabularyItem> |
BatchCreateCustomVocabularyItemResponse.errors()
A list of custom vocabulary items that failed to create during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors)
A list of custom vocabulary items that failed to update during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors)
A list of custom vocabulary items that failed to delete during the operation.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors)
A list of custom vocabulary items that failed to create during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to update during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to delete during the operation.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to create during the operation.
|
Copyright © 2023. All rights reserved.