| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
List<FailedBatchItem> |
BatchCreateTableRowsResponse.failedBatchItems()
The list of batch items in the request that could not be added to 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.
|
List<FailedBatchItem> |
BatchDeleteTableRowsResponse.failedBatchItems()
The list of row ids in the request that could not be deleted from the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateTableRowsResponse.Builder |
BatchCreateTableRowsResponse.Builder.failedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
BatchUpdateTableRowsResponse.Builder |
BatchUpdateTableRowsResponse.Builder.failedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.failedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
BatchDeleteTableRowsResponse.Builder |
BatchDeleteTableRowsResponse.Builder.failedBatchItems(FailedBatchItem... failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateTableRowsResponse.Builder |
BatchCreateTableRowsResponse.Builder.failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
BatchUpdateTableRowsResponse.Builder |
BatchUpdateTableRowsResponse.Builder.failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
BatchUpsertTableRowsResponse.Builder |
BatchUpsertTableRowsResponse.Builder.failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
BatchDeleteTableRowsResponse.Builder |
BatchDeleteTableRowsResponse.Builder.failedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
Copyright © 2023. All rights reserved.