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 DatasetDataset. clone()DatasetDeleteDatasetResult. getDataset()A collection of data for an identity pool.DatasetDescribeDatasetResult. getDataset()Meta data for a collection of data for an identity.DatasetDataset. withCreationDate(Date creationDate)Date on which the dataset was created.DatasetDataset. withDatasetName(String datasetName)A string of up to 128 characters.DatasetDataset. withDataStorage(Long dataStorage)Total size in bytes of the records in this dataset.DatasetDataset. withIdentityId(String identityId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.DatasetDataset. withLastModifiedBy(String lastModifiedBy)The device that made the last change to this dataset.DatasetDataset. withLastModifiedDate(Date lastModifiedDate)Date when the dataset was last modified.DatasetDataset. 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 voidDeleteDatasetResult. setDataset(Dataset dataset)A collection of data for an identity pool.voidDescribeDatasetResult. setDataset(Dataset dataset)Meta data for a collection of data for an identity.DeleteDatasetResultDeleteDatasetResult. withDataset(Dataset dataset)A collection of data for an identity pool.DescribeDatasetResultDescribeDatasetResult. withDataset(Dataset dataset)Meta data for a collection of data for an identity.ListDatasetsResultListDatasetsResult. 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 voidListDatasetsResult. setDatasets(Collection<Dataset> datasets)A set of datasets.ListDatasetsResultListDatasetsResult. withDatasets(Collection<Dataset> datasets)A set of datasets.
-