Uses of Class
software.amazon.awssdk.services.cognitosync.model.Dataset
-
Packages that use Dataset Package Description software.amazon.awssdk.services.cognitosync.model -
-
Uses of Dataset in software.amazon.awssdk.services.cognitosync.model
Methods in software.amazon.awssdk.services.cognitosync.model that return Dataset Modifier and Type Method Description DatasetDeleteDatasetResponse. dataset()A collection of data for an identity pool.DatasetDescribeDatasetResponse. dataset()Meta data for a collection of data for an identity.Methods in software.amazon.awssdk.services.cognitosync.model that return types with arguments of type Dataset Modifier and Type Method Description List<Dataset>ListDatasetsResponse. datasets()A set of datasets.Methods in software.amazon.awssdk.services.cognitosync.model with parameters of type Dataset Modifier and Type Method Description DeleteDatasetResponse.BuilderDeleteDatasetResponse.Builder. dataset(Dataset dataset)A collection of data for an identity pool.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. dataset(Dataset dataset)Meta data for a collection of data for an identity.ListDatasetsResponse.BuilderListDatasetsResponse.Builder. datasets(Dataset... datasets)A set of datasets.Method parameters in software.amazon.awssdk.services.cognitosync.model with type arguments of type Dataset Modifier and Type Method Description ListDatasetsResponse.BuilderListDatasetsResponse.Builder. datasets(Collection<Dataset> datasets)A set of datasets.
-