| Package | Description |
|---|---|
| com.amazonaws.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
RejectedRecord |
RejectedRecord.clone() |
RejectedRecord |
RejectedRecord.withExistingVersion(Long existingVersion)
The existing version of the record.
|
RejectedRecord |
RejectedRecord.withReason(String reason)
The reason why a record was not successfully inserted into Timestream.
|
RejectedRecord |
RejectedRecord.withRecordIndex(Integer recordIndex)
The index of the record in the input request for WriteRecords.
|
| Modifier and Type | Method and Description |
|---|---|
List<RejectedRecord> |
RejectedRecordsException.getRejectedRecords() |
| Modifier and Type | Method and Description |
|---|---|
RejectedRecordsException |
RejectedRecordsException.withRejectedRecords(RejectedRecord... rejectedRecords) |
| Modifier and Type | Method and Description |
|---|---|
void |
RejectedRecordsException.setRejectedRecords(Collection<RejectedRecord> rejectedRecords) |
RejectedRecordsException |
RejectedRecordsException.withRejectedRecords(Collection<RejectedRecord> rejectedRecords) |
Copyright © 2023. All rights reserved.