| Package | Description |
|---|---|
| com.amazonaws.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
RecordsIngested |
RecordsIngested.clone() |
RecordsIngested |
WriteRecordsResult.getRecordsIngested()
Information on the records ingested by this request.
|
RecordsIngested |
RecordsIngested.withMagneticStore(Integer magneticStore)
Count of records ingested into the magnetic store.
|
RecordsIngested |
RecordsIngested.withMemoryStore(Integer memoryStore)
Count of records ingested into the memory store.
|
RecordsIngested |
RecordsIngested.withTotal(Integer total)
Total count of successfully ingested records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteRecordsResult.setRecordsIngested(RecordsIngested recordsIngested)
Information on the records ingested by this request.
|
WriteRecordsResult |
WriteRecordsResult.withRecordsIngested(RecordsIngested recordsIngested)
Information on the records ingested by this request.
|
Copyright © 2022. All rights reserved.