| 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 |
AmazonCognitoSyncClient.listRecords(ListRecordsRequest listRecordsRequest)
Deprecated.
Gets paginated records, optionally changed after a particular sync count
for a dataset and identity.
|
ListRecordsResult |
AmazonCognitoSync.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 |
|---|---|
ListRecordsRequest |
ListRecordsRequest.withDatasetName(String datasetName)
Deprecated.
A string of up to 128 characters.
|
ListRecordsRequest |
ListRecordsRequest.withIdentityId(String identityId)
Deprecated.
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
ListRecordsRequest |
ListRecordsRequest.withIdentityPoolId(String identityPoolId)
Deprecated.
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
ListRecordsRequest |
ListRecordsRequest.withLastSyncCount(Long lastSyncCount)
Deprecated.
The last server sync count for this record.
|
ListRecordsRequest |
ListRecordsRequest.withMaxResults(Integer maxResults)
Deprecated.
The maximum number of results to be returned.
|
ListRecordsRequest |
ListRecordsRequest.withNextToken(String nextToken)
Deprecated.
A pagination token for obtaining the next page of results.
|
ListRecordsRequest |
ListRecordsRequest.withSyncSessionToken(String syncSessionToken)
Deprecated.
A token containing a session ID, identity ID, and expiration.
|
Copyright © 2019. All rights reserved.