Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
Modifier and Type | Method and Description |
---|---|
default PublishResponse |
SnsClient.publish(Consumer<PublishRequest.Builder> publishRequest)
Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to
a mobile platform endpoint (when you specify the
TargetArn ). |
default PublishResponse |
SnsClient.publish(PublishRequest publishRequest)
Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to
a mobile platform endpoint (when you specify the
TargetArn ). |
Copyright © 2020. All rights reserved.