| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static SNSTopicPublishAction.Builder |
SNSTopicPublishAction.builder() |
default SNSTopicPublishAction.Builder |
SNSTopicPublishAction.Builder.payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message as an Amazon SNS push notification.
|
SNSTopicPublishAction.Builder |
SNSTopicPublishAction.Builder.payload(Payload payload)
You can configure the action payload when you send a message as an Amazon SNS push notification.
|
SNSTopicPublishAction.Builder |
SNSTopicPublishAction.Builder.targetArn(String targetArn)
The ARN of the Amazon SNS target where the message is sent.
|
SNSTopicPublishAction.Builder |
SNSTopicPublishAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SNSTopicPublishAction.Builder> |
SNSTopicPublishAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.sns(Consumer<SNSTopicPublishAction.Builder> sns)
Sends an Amazon SNS message.
|
default AlarmAction.Builder |
AlarmAction.Builder.sns(Consumer<SNSTopicPublishAction.Builder> sns)
Sets the value of the Sns property for this object.
|
Copyright © 2022. All rights reserved.