| Package | Description |
|---|---|
| com.amazonaws.services.cognitosync |
Synchronous and asynchronous client classes for accessing AmazonCognitoSync.
|
| com.amazonaws.services.cognitosync.model |
Classes modeling the various types represented by AmazonCognitoSync.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecordsResult |
AmazonCognitoSync.listRecords(ListRecordsRequest listRecordsRequest)
Gets paginated records, optionally changed after a particular sync
count for a dataset and identity.
|
ListRecordsResult |
AmazonCognitoSyncClient.listRecords(ListRecordsRequest listRecordsRequest)
Gets paginated records, optionally changed after a particular sync
count for a dataset and identity.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecordsRequest |
ListRecordsRequest.withDatasetName(String datasetName)
A string of up to 128 characters.
|
ListRecordsRequest |
ListRecordsRequest.withIdentityId(String identityId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
ListRecordsRequest |
ListRecordsRequest.withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
ListRecordsRequest |
ListRecordsRequest.withLastSyncCount(String lastSyncCount)
The last server sync count for this record.
|
ListRecordsRequest |
ListRecordsRequest.withMaxResults(String maxResults)
The maximum number of results to be returned.
|
ListRecordsRequest |
ListRecordsRequest.withNextToken(String nextToken)
A pagination token for obtaining the next page of results.
|
ListRecordsRequest |
ListRecordsRequest.withSyncSessionToken(String syncSessionToken)
A token containing a session ID, identity ID, and expiration.
|
Copyright © 2016. All rights reserved.