| Package | Description |
|---|---|
| com.amazonaws.services.cognitosync.model |
Classes modeling the various types represented by AmazonCognitoSync.
|
| Modifier and Type | Method and Description |
|---|---|
Record |
Record.withDeviceLastModifiedDate(Date deviceLastModifiedDate)
Sets the value of the DeviceLastModifiedDate property for this object.
|
Record |
Record.withKey(String key)
Sets the value of the Key property for this object.
|
Record |
Record.withLastModifiedBy(String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Record |
Record.withLastModifiedDate(Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
Record |
Record.withSyncCount(Long syncCount)
Sets the value of the SyncCount property for this object.
|
Record |
Record.withValue(String value)
Sets the value of the Value property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
ListRecordsResult.getRecords()
Returns the value of the Records property for this object.
|
List<Record> |
UpdateRecordsResult.getRecords()
Returns the value of the Records property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecordsResult |
ListRecordsResult.withRecords(Record... records)
Sets the value of the Records property for this object.
|
UpdateRecordsResult |
UpdateRecordsResult.withRecords(Record... records)
Sets the value of the Records property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecordsResult.setRecords(Collection<Record> records)
Sets the value of the Records property for this object.
|
void |
UpdateRecordsResult.setRecords(Collection<Record> records)
Sets the value of the Records property for this object.
|
ListRecordsResult |
ListRecordsResult.withRecords(Collection<Record> records)
Sets the value of the Records property for this object.
|
UpdateRecordsResult |
UpdateRecordsResult.withRecords(Collection<Record> records)
Sets the value of the Records property for this object.
|
Copyright © 2015. All rights reserved.