Uses of Class
software.amazon.awssdk.services.sns.model.PublishResponse
Packages that use PublishResponse
-
Uses of PublishResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return PublishResponseModifier and TypeMethodDescriptiondefault PublishResponseSnsClient.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 theTargetArn).default PublishResponseSnsClient.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).Methods in software.amazon.awssdk.services.sns that return types with arguments of type PublishResponseModifier and TypeMethodDescriptiondefault CompletableFuture<PublishResponse>SnsAsyncClient.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 theTargetArn).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).