| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
IotAnalyticsAction |
IotAnalyticsAction.clone() |
IotAnalyticsAction |
Action.getIotAnalytics()
Sends message data to an IoT Analytics channel.
|
IotAnalyticsAction |
IotAnalyticsAction.withBatchMode(Boolean batchMode)
Whether to process the action as a batch.
|
IotAnalyticsAction |
IotAnalyticsAction.withChannelArn(String channelArn)
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
|
IotAnalyticsAction |
IotAnalyticsAction.withChannelName(String channelName)
The name of the IoT Analytics channel to which message data will be sent.
|
IotAnalyticsAction |
IotAnalyticsAction.withRoleArn(String roleArn)
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT
Analytics (iotanalytics:BatchPutMessage).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setIotAnalytics(IotAnalyticsAction iotAnalytics)
Sends message data to an IoT Analytics channel.
|
Action |
Action.withIotAnalytics(IotAnalyticsAction iotAnalytics)
Sends message data to an IoT Analytics channel.
|
Copyright © 2022. All rights reserved.