| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DeltaTime |
DeltaTime.clone() |
DeltaTime |
QueryFilter.getDeltaTime()
Used to limit data to that which has arrived since the last execution of the action.
|
DeltaTime |
DeltaTime.withOffsetSeconds(Integer offsetSeconds)
The number of seconds of estimated "in flight" lag time of message data.
|
DeltaTime |
DeltaTime.withTimeExpression(String timeExpression)
An expression by which the time of the message data may be determined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryFilter.setDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
|
QueryFilter |
QueryFilter.withDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
|
Copyright © 2018. All rights reserved.