Uses of Class
com.xerox.amazonws.common.Result

Packages that use Result
com.xerox.amazonws.simpledb   
com.xerox.amazonws.sns   
 

Uses of Result in com.xerox.amazonws.simpledb
 

Subclasses of Result in com.xerox.amazonws.simpledb
 class SDBResult<E>
           
 

Methods in com.xerox.amazonws.simpledb that return Result
 Result<Item> Domain.getItem(String identifier)
          Returns an named item.
 

Uses of Result in com.xerox.amazonws.sns
 

Methods in com.xerox.amazonws.sns that return Result
 Result<String> NotificationService.confirmSubscription(String topicArn, String token, boolean authenticateOnUnsubscribe)
          Verifies an endpoint intends to receive messages
 Result<String> NotificationService.createTopic(String name)
          Creates a topic
 Result<String> NotificationService.publish(String topicArn, String message, String subject)
          Publishes a message to a topic's subscribed endpoints
 Result<String> NotificationService.subscribe(String topicArn, String protocol, String endpoint)
          Subscribe this account to a topic