Uses of Class
com.amazonaws.services.sns.model.PublishRequest

Packages that use PublishRequest
com.amazonaws.services.sns Synchronous and asynchronous client classes for accessing AmazonSNS. 
com.amazonaws.services.sns.model Classes modeling the various types represented by AmazonSNS. 
 

Uses of PublishRequest in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns with parameters of type PublishRequest
 PublishResult AmazonSNS.publish(PublishRequest publishRequest)
           The Publish action sends a message to all of a topic's subscribed endpoints.
 PublishResult AmazonSNSClient.publish(PublishRequest publishRequest)
           The Publish action sends a message to all of a topic's subscribed endpoints.
 Future<PublishResult> AmazonSNSAsyncClient.publishAsync(PublishRequest publishRequest)
           The Publish action sends a message to all of a topic's subscribed endpoints.
 Future<PublishResult> AmazonSNSAsync.publishAsync(PublishRequest publishRequest)
           The Publish action sends a message to all of a topic's subscribed endpoints.
 

Uses of PublishRequest in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return PublishRequest
 PublishRequest PublishRequest.withMessage(String message)
          The message you want to send to the topic.
 PublishRequest PublishRequest.withSubject(String subject)
          Optional parameter to be used as the "Subject" line of when the message is delivered to e-mail endpoints.
 PublishRequest PublishRequest.withTopicArn(String topicArn)
          The topic you want to publish to.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.