| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
TimestreamAction |
TimestreamAction.clone() |
TimestreamAction |
Action.getTimestream()
The Timestream rule action writes attributes (measures) from an MQTT message into an Amazon Timestream table.
|
TimestreamAction |
TimestreamAction.withDatabaseName(String databaseName)
The name of an Amazon Timestream database.
|
TimestreamAction |
TimestreamAction.withDimensions(Collection<TimestreamDimension> dimensions)
Metadata attributes of the time series that are written in each measure record.
|
TimestreamAction |
TimestreamAction.withDimensions(TimestreamDimension... dimensions)
Metadata attributes of the time series that are written in each measure record.
|
TimestreamAction |
TimestreamAction.withRoleArn(String roleArn)
The ARN of the role that grants permission to write to the Amazon Timestream database table.
|
TimestreamAction |
TimestreamAction.withTableName(String tableName)
The name of the database table into which to write the measure records.
|
TimestreamAction |
TimestreamAction.withTimestamp(TimestreamTimestamp timestamp)
Specifies an application-defined value to replace the default value assigned to the Timestream record's timestamp
in the
time column. |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setTimestream(TimestreamAction timestream)
The Timestream rule action writes attributes (measures) from an MQTT message into an Amazon Timestream table.
|
Action |
Action.withTimestream(TimestreamAction timestream)
The Timestream rule action writes attributes (measures) from an MQTT message into an Amazon Timestream table.
|
Copyright © 2024. All rights reserved.