| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static SnsAction.Builder |
SnsAction.builder() |
SnsAction.Builder |
SnsAction.Builder.messageFormat(MessageFormat messageFormat)
(Optional) The message format of the message to publish.
|
SnsAction.Builder |
SnsAction.Builder.messageFormat(String messageFormat)
(Optional) The message format of the message to publish.
|
SnsAction.Builder |
SnsAction.Builder.roleArn(String roleArn)
The ARN of the IAM role that grants access.
|
SnsAction.Builder |
SnsAction.Builder.targetArn(String targetArn)
The ARN of the SNS topic.
|
SnsAction.Builder |
SnsAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnsAction.Builder> |
SnsAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.sns(Consumer<SnsAction.Builder> sns)
Publish to an Amazon SNS topic.
|
Copyright © 2022. All rights reserved.