Package | Description |
---|---|
com.amazonaws.services.cognitosync.model | |
com.amazonaws.services.cognitosync.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Record> |
UpdateRecordsResult.records
A list of records that have been updated.
|
private SdkInternalList<Record> |
ListRecordsResult.records
A list of all records.
|
Modifier and Type | Method and Description |
---|---|
Record |
Record.clone() |
Record |
Record.withDeviceLastModifiedDate(java.util.Date deviceLastModifiedDate)
The last modified date of the client device.
|
Record |
Record.withKey(java.lang.String key)
The key for the record.
|
Record |
Record.withLastModifiedBy(java.lang.String lastModifiedBy)
The user/device that made the last change to this record.
|
Record |
Record.withLastModifiedDate(java.util.Date lastModifiedDate)
The date on which the record was last modified.
|
Record |
Record.withSyncCount(java.lang.Long syncCount)
The server sync count for this record.
|
Record |
Record.withValue(java.lang.String value)
The value for the record.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Record> |
UpdateRecordsResult.getRecords()
A list of records that have been updated.
|
java.util.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(java.util.Collection<Record> records)
A list of records that have been updated.
|
void |
ListRecordsResult.setRecords(java.util.Collection<Record> records)
A list of all records.
|
UpdateRecordsResult |
UpdateRecordsResult.withRecords(java.util.Collection<Record> records)
A list of records that have been updated.
|
ListRecordsResult |
ListRecordsResult.withRecords(java.util.Collection<Record> records)
A list of all records.
|
Modifier and Type | Method and Description |
---|---|
Record |
RecordJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RecordJsonMarshaller.marshall(Record record,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|