Uses of Class
com.amazonaws.services.cognitosync.model.Dataset
Packages that use Dataset
-
Uses of Dataset in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return DatasetModifier and TypeMethodDescriptionDataset.clone()
DeleteDatasetResult.getDataset()
A collection of data for an identity pool.DescribeDatasetResult.getDataset()
Meta data for a collection of data for an identity.Dataset.withCreationDate
(Date creationDate) Date on which the dataset was created.Dataset.withDatasetName
(String datasetName) A string of up to 128 characters.Dataset.withDataStorage
(Long dataStorage) Total size in bytes of the records in this dataset.Dataset.withIdentityId
(String identityId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.Dataset.withLastModifiedBy
(String lastModifiedBy) The device that made the last change to this dataset.Dataset.withLastModifiedDate
(Date lastModifiedDate) Date when the dataset was last modified.Dataset.withNumRecords
(Long numRecords) Number of records in this dataset.Methods in com.amazonaws.services.cognitosync.model that return types with arguments of type DatasetMethods in com.amazonaws.services.cognitosync.model with parameters of type DatasetModifier and TypeMethodDescriptionvoid
DeleteDatasetResult.setDataset
(Dataset dataset) A collection of data for an identity pool.void
DescribeDatasetResult.setDataset
(Dataset dataset) Meta data for a collection of data for an identity.DeleteDatasetResult.withDataset
(Dataset dataset) A collection of data for an identity pool.DescribeDatasetResult.withDataset
(Dataset dataset) Meta data for a collection of data for an identity.ListDatasetsResult.withDatasets
(Dataset... datasets) A set of datasets.Method parameters in com.amazonaws.services.cognitosync.model with type arguments of type DatasetModifier and TypeMethodDescriptionvoid
ListDatasetsResult.setDatasets
(Collection<Dataset> datasets) A set of datasets.ListDatasetsResult.withDatasets
(Collection<Dataset> datasets) A set of datasets.