Uses of Class
software.amazon.awssdk.services.sns.model.PublishRequest
-
Packages that use PublishRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of PublishRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type PublishRequest Modifier and Type Method Description default CompletableFuture<PublishResponse>
SnsAsyncClient. 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 theTargetArn
).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 theTargetArn
). -
Uses of PublishRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type PublishRequest Modifier and Type Method Description SdkHttpFullRequest
PublishRequestMarshaller. marshall(PublishRequest publishRequest)
-