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

Packages that use PublishResult
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 PublishResult in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns that return PublishResult
 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.
 

Methods in com.amazonaws.services.sns that return types with arguments of type PublishResult
 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 PublishResult in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return PublishResult
 PublishResult PublishResult.withMessageId(String messageId)
          Unique identifier assigned to the published message.
 



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