Uses of Interface
software.amazon.awssdk.services.iotevents.model.SNSTopicPublishAction.Builder
-
Packages that use SNSTopicPublishAction.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of SNSTopicPublishAction.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return SNSTopicPublishAction.Builder Modifier and Type Method Description static SNSTopicPublishAction.BuilderSNSTopicPublishAction. builder()default SNSTopicPublishAction.BuilderSNSTopicPublishAction.Builder. payload(Consumer<Payload.Builder> payload)You can configure the action payload when you send a message as an Amazon SNS push notification.SNSTopicPublishAction.BuilderSNSTopicPublishAction.Builder. payload(Payload payload)You can configure the action payload when you send a message as an Amazon SNS push notification.SNSTopicPublishAction.BuilderSNSTopicPublishAction.Builder. targetArn(String targetArn)The ARN of the Amazon SNS target where the message is sent.SNSTopicPublishAction.BuilderSNSTopicPublishAction. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type SNSTopicPublishAction.Builder Modifier and Type Method Description static Class<? extends SNSTopicPublishAction.Builder>SNSTopicPublishAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type SNSTopicPublishAction.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. sns(Consumer<SNSTopicPublishAction.Builder> sns)Sends an Amazon SNS message.default AlarmAction.BuilderAlarmAction.Builder. sns(Consumer<SNSTopicPublishAction.Builder> sns)Sets the value of the Sns property for this object.
-