| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
FailedBatchItem |
FailedBatchItem.clone() |
FailedBatchItem |
FailedBatchItem.withErrorMessage(String errorMessage)
The error message that indicates why the batch item failed.
|
FailedBatchItem |
FailedBatchItem.withId(String id)
The id of the batch item that failed.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedBatchItem> |
BatchUpdateTableRowsResult.getFailedBatchItems()
The list of batch items in the request that could not be updated in the table.
|
List<FailedBatchItem> |
BatchDeleteTableRowsResult.getFailedBatchItems()
The list of row ids in the request that could not be deleted from the table.
|
List<FailedBatchItem> |
BatchCreateTableRowsResult.getFailedBatchItems()
The list of batch items in the request that could not be added to the table.
|
List<FailedBatchItem> |
BatchUpsertTableRowsResult.getFailedBatchItems()
The list of batch items in the request that could not be updated or appended in the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateTableRowsResult |
BatchUpdateTableRowsResult.withFailedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
BatchDeleteTableRowsResult |
BatchDeleteTableRowsResult.withFailedBatchItems(FailedBatchItem... failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
BatchCreateTableRowsResult |
BatchCreateTableRowsResult.withFailedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.withFailedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateTableRowsResult.setFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
void |
BatchDeleteTableRowsResult.setFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
void |
BatchCreateTableRowsResult.setFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
void |
BatchUpsertTableRowsResult.setFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
BatchUpdateTableRowsResult |
BatchUpdateTableRowsResult.withFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
BatchDeleteTableRowsResult |
BatchDeleteTableRowsResult.withFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
BatchCreateTableRowsResult |
BatchCreateTableRowsResult.withFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.withFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
Copyright © 2023. All rights reserved.