Uses of Class
software.amazon.awssdk.services.honeycode.model.FailedBatchItem
-
Packages that use FailedBatchItem Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of FailedBatchItem in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type FailedBatchItem Modifier and Type Method Description List<FailedBatchItem>BatchCreateTableRowsResponse. failedBatchItems()The list of batch items in the request that could not be added to the table.List<FailedBatchItem>BatchDeleteTableRowsResponse. failedBatchItems()The list of row ids in the request that could not be deleted from the table.List<FailedBatchItem>BatchUpdateTableRowsResponse. failedBatchItems()The list of batch items in the request that could not be updated in the table.List<FailedBatchItem>BatchUpsertTableRowsResponse. failedBatchItems()The list of batch items in the request that could not be updated or appended in the table.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type FailedBatchItem Modifier and Type Method Description BatchCreateTableRowsResponse.BuilderBatchCreateTableRowsResponse.Builder. failedBatchItems(FailedBatchItem... failedBatchItems)The list of batch items in the request that could not be added to the table.BatchDeleteTableRowsResponse.BuilderBatchDeleteTableRowsResponse.Builder. failedBatchItems(FailedBatchItem... failedBatchItems)The list of row ids in the request that could not be deleted from the table.BatchUpdateTableRowsResponse.BuilderBatchUpdateTableRowsResponse.Builder. failedBatchItems(FailedBatchItem... failedBatchItems)The list of batch items in the request that could not be updated in the table.BatchUpsertTableRowsResponse.BuilderBatchUpsertTableRowsResponse.Builder. failedBatchItems(FailedBatchItem... failedBatchItems)The list of batch items in the request that could not be updated or appended in the table.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type FailedBatchItem Modifier and Type Method Description BatchCreateTableRowsResponse.BuilderBatchCreateTableRowsResponse.Builder. failedBatchItems(Collection<FailedBatchItem> failedBatchItems)The list of batch items in the request that could not be added to the table.BatchDeleteTableRowsResponse.BuilderBatchDeleteTableRowsResponse.Builder. failedBatchItems(Collection<FailedBatchItem> failedBatchItems)The list of row ids in the request that could not be deleted from the table.BatchUpdateTableRowsResponse.BuilderBatchUpdateTableRowsResponse.Builder. failedBatchItems(Collection<FailedBatchItem> failedBatchItems)The list of batch items in the request that could not be updated in the table.BatchUpsertTableRowsResponse.BuilderBatchUpsertTableRowsResponse.Builder. failedBatchItems(Collection<FailedBatchItem> failedBatchItems)The list of batch items in the request that could not be updated or appended in the table.
-