| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Datastore |
Datastore.clone() |
Datastore |
DescribeDatastoreResult.getDatastore()
Information about the data store.
|
Datastore |
Datastore.withArn(String arn)
The ARN of the data store.
|
Datastore |
Datastore.withCreationTime(Date creationTime)
When the data store was created.
|
Datastore |
Datastore.withLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
|
Datastore |
Datastore.withName(String name)
The name of the data store.
|
Datastore |
Datastore.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
Datastore |
Datastore.withStatus(DatastoreStatus status)
The status of a data store:
|
Datastore |
Datastore.withStatus(String status)
The status of a data store:
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatastoreResult.setDatastore(Datastore datastore)
Information about the data store.
|
DescribeDatastoreResult |
DescribeDatastoreResult.withDatastore(Datastore datastore)
Information about the data store.
|
Copyright © 2018. All rights reserved.