Package | Description |
---|---|
com.amazonaws.services.cognitosync.model | |
com.amazonaws.services.cognitosync.model.transform |
Modifier and Type | Field and Description |
---|---|
private Dataset |
DescribeDatasetResult.dataset
Meta data for a collection of data for an identity.
|
private Dataset |
DeleteDatasetResult.dataset
A collection of data for an identity pool.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Dataset> |
ListDatasetsResult.datasets
A set of datasets.
|
Modifier and Type | Method and Description |
---|---|
Dataset |
Dataset.clone() |
Dataset |
DescribeDatasetResult.getDataset()
Meta data for a collection of data for an identity.
|
Dataset |
DeleteDatasetResult.getDataset()
A collection of data for an identity pool.
|
Dataset |
Dataset.withCreationDate(java.util.Date creationDate)
Date on which the dataset was created.
|
Dataset |
Dataset.withDatasetName(java.lang.String datasetName)
A string of up to 128 characters.
|
Dataset |
Dataset.withDataStorage(java.lang.Long dataStorage)
Total size in bytes of the records in this dataset.
|
Dataset |
Dataset.withIdentityId(java.lang.String identityId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
Dataset |
Dataset.withLastModifiedBy(java.lang.String lastModifiedBy)
The device that made the last change to this dataset.
|
Dataset |
Dataset.withLastModifiedDate(java.util.Date lastModifiedDate)
Date when the dataset was last modified.
|
Dataset |
Dataset.withNumRecords(java.lang.Long numRecords)
Number of records in this dataset.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Dataset> |
ListDatasetsResult.getDatasets()
A set of datasets.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDatasetResult.setDataset(Dataset dataset)
Meta data for a collection of data for an identity.
|
void |
DeleteDatasetResult.setDataset(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.
|
DeleteDatasetResult |
DeleteDatasetResult.withDataset(Dataset dataset)
A collection of data for an identity pool.
|
ListDatasetsResult |
ListDatasetsResult.withDatasets(Dataset... datasets)
A set of datasets.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDatasetsResult.setDatasets(java.util.Collection<Dataset> datasets)
A set of datasets.
|
ListDatasetsResult |
ListDatasetsResult.withDatasets(java.util.Collection<Dataset> datasets)
A set of datasets.
|
Modifier and Type | Method and Description |
---|---|
Dataset |
DatasetJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DatasetJsonMarshaller.marshall(Dataset dataset,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|