| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitosync.model |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
DeleteDatasetResponse.dataset()
A collection of data for an identity pool.
|
Dataset |
DescribeDatasetResponse.dataset()
Meta data for a collection of data for an identity.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dataset> |
ListDatasetsResponse.datasets()
A set of datasets.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDatasetResponse.Builder |
DeleteDatasetResponse.Builder.dataset(Dataset dataset)
A collection of data for an identity pool.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.dataset(Dataset dataset)
Meta data for a collection of data for an identity.
|
ListDatasetsResponse.Builder |
ListDatasetsResponse.Builder.datasets(Dataset... datasets)
A set of datasets.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetsResponse.Builder |
ListDatasetsResponse.Builder.datasets(Collection<Dataset> datasets)
A set of datasets.
|
Copyright © 2023. All rights reserved.