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