| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
SnsAction |
SnsAction.clone() |
SnsAction |
Action.getSns()
Publish to an Amazon SNS topic.
|
SnsAction |
SnsAction.withMessageFormat(MessageFormat messageFormat)
(Optional) The message format of the message to publish.
|
SnsAction |
SnsAction.withMessageFormat(String messageFormat)
(Optional) The message format of the message to publish.
|
SnsAction |
SnsAction.withRoleArn(String roleArn)
The ARN of the IAM role that grants access.
|
SnsAction |
SnsAction.withTargetArn(String targetArn)
The ARN of the SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setSns(SnsAction sns)
Publish to an Amazon SNS topic.
|
Action |
Action.withSns(SnsAction sns)
Publish to an Amazon SNS topic.
|
Copyright © 2021. All rights reserved.