| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognito |
Primary classes for interacting with the AmazonCognitoSync mobile connector,
which is a high level client that provides data synchronization across multiple mobile devices and
powered by Amazon Cognito Identity service, Cognito Sync service, and Security Token
Service (STS).
|
| Modifier and Type | Method and Description |
|---|---|
DatasetMetadata.Builder |
DatasetMetadata.Builder.creationDate(Date creationDate)
Sets the creation date of this dataset.
|
DatasetMetadata.Builder |
DatasetMetadata.Builder.lastModifiedBy(String lastModifiedBy)
Sets the device which made the last modification.
|
DatasetMetadata.Builder |
DatasetMetadata.Builder.lastModifiedDate(Date lastModifiedDate)
Sets the last modified date.
|
DatasetMetadata.Builder |
DatasetMetadata.Builder.recordCount(long recordCount)
Sets the number of records in this dataset.
|
DatasetMetadata.Builder |
DatasetMetadata.Builder.storageSizeBytes(long storageSizeBytes)
Set the storage size in bytes of this dataset.
|
Copyright © 2016. All rights reserved.