Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.FailedCustomVocabularyItem
-
Packages that use FailedCustomVocabularyItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of FailedCustomVocabularyItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type FailedCustomVocabularyItem Modifier and Type Method Description List<FailedCustomVocabularyItem>BatchCreateCustomVocabularyItemResponse. errors()A list of custom vocabulary items that failed to create during the operation.List<FailedCustomVocabularyItem>BatchDeleteCustomVocabularyItemResponse. errors()A list of custom vocabulary items that failed to delete during the operation.List<FailedCustomVocabularyItem>BatchUpdateCustomVocabularyItemResponse. errors()A list of custom vocabulary items that failed to update during the operation.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type FailedCustomVocabularyItem Modifier and Type Method Description BatchCreateCustomVocabularyItemResponse.BuilderBatchCreateCustomVocabularyItemResponse.Builder. errors(FailedCustomVocabularyItem... errors)A list of custom vocabulary items that failed to create during the operation.BatchDeleteCustomVocabularyItemResponse.BuilderBatchDeleteCustomVocabularyItemResponse.Builder. errors(FailedCustomVocabularyItem... errors)A list of custom vocabulary items that failed to delete during the operation.BatchUpdateCustomVocabularyItemResponse.BuilderBatchUpdateCustomVocabularyItemResponse.Builder. errors(FailedCustomVocabularyItem... errors)A list of custom vocabulary items that failed to update during the operation.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type FailedCustomVocabularyItem Modifier and Type Method Description BatchCreateCustomVocabularyItemResponse.BuilderBatchCreateCustomVocabularyItemResponse.Builder. errors(Collection<FailedCustomVocabularyItem> errors)A list of custom vocabulary items that failed to create during the operation.BatchDeleteCustomVocabularyItemResponse.BuilderBatchDeleteCustomVocabularyItemResponse.Builder. errors(Collection<FailedCustomVocabularyItem> errors)A list of custom vocabulary items that failed to delete during the operation.BatchUpdateCustomVocabularyItemResponse.BuilderBatchUpdateCustomVocabularyItemResponse.Builder. errors(Collection<FailedCustomVocabularyItem> errors)A list of custom vocabulary items that failed to update during the operation.
-