| 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 |
|---|---|
UpdateRecordsResult |
AmazonCognitoSync.updateRecords(UpdateRecordsRequest updateRecordsRequest) |
UpdateRecordsResult |
AmazonCognitoSyncClient.updateRecords(UpdateRecordsRequest updateRecordsRequest) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRecordsRequest |
UpdateRecordsRequest.withClientContext(String clientContext)
Sets the value of the ClientContext property for this object.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withDeviceId(String deviceId)
Sets the value of the DeviceId property for this object.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withRecordPatches(Collection<RecordPatch> recordPatches)
Sets the value of the RecordPatches property for this object.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withRecordPatches(RecordPatch... recordPatches)
Sets the value of the RecordPatches property for this object.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withSyncSessionToken(String syncSessionToken)
Sets the value of the SyncSessionToken property for this object.
|
Copyright © 2015. All rights reserved.