| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DatastoreSummary |
DatastoreSummary.clone() |
DatastoreSummary |
DatastoreSummary.withCreationTime(Date creationTime)
When the data store was created.
|
DatastoreSummary |
DatastoreSummary.withDatastoreName(String datastoreName)
The name of the data store.
|
DatastoreSummary |
DatastoreSummary.withDatastorePartitions(DatastorePartitions datastorePartitions)
Contains information about the partition dimensions in a data store.
|
DatastoreSummary |
DatastoreSummary.withDatastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data in a data store is stored.
|
DatastoreSummary |
DatastoreSummary.withFileFormatType(FileFormatType fileFormatType)
The file format of the data in the data store.
|
DatastoreSummary |
DatastoreSummary.withFileFormatType(String fileFormatType)
The file format of the data in the data store.
|
DatastoreSummary |
DatastoreSummary.withLastMessageArrivalTime(Date lastMessageArrivalTime)
The last time when a new message arrived in the data store.
|
DatastoreSummary |
DatastoreSummary.withLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
|
DatastoreSummary |
DatastoreSummary.withStatus(DatastoreStatus status)
The status of the data store.
|
DatastoreSummary |
DatastoreSummary.withStatus(String status)
The status of the data store.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatastoreSummary> |
ListDatastoresResult.getDatastoreSummaries()
A list of
DatastoreSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListDatastoresResult |
ListDatastoresResult.withDatastoreSummaries(DatastoreSummary... datastoreSummaries)
A list of
DatastoreSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatastoresResult.setDatastoreSummaries(Collection<DatastoreSummary> datastoreSummaries)
A list of
DatastoreSummary objects. |
ListDatastoresResult |
ListDatastoresResult.withDatastoreSummaries(Collection<DatastoreSummary> datastoreSummaries)
A list of
DatastoreSummary objects. |
Copyright © 2025. All rights reserved.