Package | Description |
---|---|
com.amazonaws.services.cognitosync.model |
Modifier and Type | Method and Description |
---|---|
Record |
Record.clone() |
Record |
Record.withDeviceLastModifiedDate(Date deviceLastModifiedDate)
The last modified date of the client device.
|
Record |
Record.withKey(String key)
The key for the record.
|
Record |
Record.withLastModifiedBy(String lastModifiedBy)
The user/device that made the last change to this record.
|
Record |
Record.withLastModifiedDate(Date lastModifiedDate)
The date on which the record was last modified.
|
Record |
Record.withSyncCount(Long syncCount)
The server sync count for this record.
|
Record |
Record.withValue(String value)
The value for the record.
|
Modifier and Type | Method and Description |
---|---|
List<Record> |
UpdateRecordsResult.getRecords()
A list of records that have been updated.
|
List<Record> |
ListRecordsResult.getRecords()
A list of all records.
|
Modifier and Type | Method and Description |
---|---|
UpdateRecordsResult |
UpdateRecordsResult.withRecords(Record... records)
A list of records that have been updated.
|
ListRecordsResult |
ListRecordsResult.withRecords(Record... records)
A list of all records.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateRecordsResult.setRecords(Collection<Record> records)
A list of records that have been updated.
|
void |
ListRecordsResult.setRecords(Collection<Record> records)
A list of all records.
|
UpdateRecordsResult |
UpdateRecordsResult.withRecords(Collection<Record> records)
A list of records that have been updated.
|
ListRecordsResult |
ListRecordsResult.withRecords(Collection<Record> records)
A list of all records.
|
Copyright © 2018. All rights reserved.