| Package | Description |
|---|---|
| com.amazonaws.services.cognitosync |
|
| com.amazonaws.services.cognitosync.model |
Classes modeling the various types represented by AmazonCognitoSync
|
| Modifier and Type | Method and Description |
|---|---|
ListRecordsResult |
AmazonCognitoSync.listRecords(ListRecordsRequest listRecordsRequest)
Deprecated.
Gets paginated records, optionally changed after a particular sync count
for a dataset and identity.
|
ListRecordsResult |
AmazonCognitoSyncClient.listRecords(ListRecordsRequest listRecordsRequest)
Deprecated.
Gets paginated records, optionally changed after a particular sync count
for a dataset and identity.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecordsResult |
ListRecordsResult.withCount(Integer count)
Deprecated.
Total number of records.
|
ListRecordsResult |
ListRecordsResult.withDatasetDeletedAfterRequestedSyncCount(Boolean datasetDeletedAfterRequestedSyncCount)
Deprecated.
A boolean value specifying whether to delete the dataset locally.
|
ListRecordsResult |
ListRecordsResult.withDatasetExists(Boolean datasetExists)
Deprecated.
Indicates whether the dataset exists.
|
ListRecordsResult |
ListRecordsResult.withDatasetSyncCount(Long datasetSyncCount)
Deprecated.
Server sync count for this dataset.
|
ListRecordsResult |
ListRecordsResult.withLastModifiedBy(String lastModifiedBy)
Deprecated.
The user/device that made the last change to this record.
|
ListRecordsResult |
ListRecordsResult.withMergedDatasetNames(Collection<String> mergedDatasetNames)
Deprecated.
Names of merged datasets.
|
ListRecordsResult |
ListRecordsResult.withMergedDatasetNames(String... mergedDatasetNames)
Deprecated.
Names of merged datasets.
|
ListRecordsResult |
ListRecordsResult.withNextToken(String nextToken)
Deprecated.
A pagination token for obtaining the next page of results.
|
ListRecordsResult |
ListRecordsResult.withRecords(Collection<Record> records)
Deprecated.
A list of all records.
|
ListRecordsResult |
ListRecordsResult.withRecords(Record... records)
Deprecated.
A list of all records.
|
ListRecordsResult |
ListRecordsResult.withSyncSessionToken(String syncSessionToken)
Deprecated.
A token containing a session ID, identity ID, and expiration.
|
Copyright © 2019. All rights reserved.