| Package | Description |
|---|---|
| com.amazonaws.services.cognitosync.model |
Classes modeling the various types represented by AmazonCognitoSync.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
DeleteDatasetResult.getDataset()
Returns the value of the Dataset property for this object.
|
Dataset |
DescribeDatasetResult.getDataset()
Returns the value of the Dataset property for this object.
|
Dataset |
Dataset.withCreationDate(Date creationDate)
Sets the value of the CreationDate property for this object.
|
Dataset |
Dataset.withDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
Dataset |
Dataset.withDataStorage(Long dataStorage)
Sets the value of the DataStorage property for this object.
|
Dataset |
Dataset.withIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
Dataset |
Dataset.withLastModifiedBy(String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Dataset |
Dataset.withLastModifiedDate(Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
Dataset |
Dataset.withNumRecords(Long numRecords)
Sets the value of the NumRecords property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dataset> |
ListDatasetsResult.getDatasets()
Returns the value of the Datasets property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteDatasetResult.setDataset(Dataset dataset)
Sets the value of the Dataset property for this object.
|
void |
DescribeDatasetResult.setDataset(Dataset dataset)
Sets the value of the Dataset property for this object.
|
DeleteDatasetResult |
DeleteDatasetResult.withDataset(Dataset dataset)
Sets the value of the Dataset property for this object.
|
DescribeDatasetResult |
DescribeDatasetResult.withDataset(Dataset dataset)
Sets the value of the Dataset property for this object.
|
ListDatasetsResult |
ListDatasetsResult.withDatasets(Dataset... datasets)
Sets the value of the Datasets property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetsResult.setDatasets(Collection<Dataset> datasets)
Sets the value of the Datasets property for this object.
|
ListDatasetsResult |
ListDatasetsResult.withDatasets(Collection<Dataset> datasets)
Sets the value of the Datasets property for this object.
|
Copyright © 2015. All rights reserved.