| 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.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 © 2019. All rights reserved.