Uses of Class
com.xerox.amazonws.sns.SNSException

Packages that use SNSException
com.xerox.amazonws.sns   
 

Uses of SNSException in com.xerox.amazonws.sns
 

Methods in com.xerox.amazonws.sns that throw SNSException
 void NotificationService.addPermission(String topicArn, String label, List<String> accountIds, List<String> actionNames)
          Adds to the topic's access control policy.
 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
 void NotificationService.deleteTopic(String topicArn)
          Deletes a topic
 Map<String,String> NotificationService.getTopicAttributes(String topicArn)
          Gets attributes for the topic
 ListResult<SubscriptionInfo> NotificationService.listSubscriptions(String nextToken)
          Lists the subscriptions
 ListResult<SubscriptionInfo> NotificationService.listSubscriptionsByTopic(String topicArn, String nextToken)
          Lists subscriptions for a topic
 ListResult<String> NotificationService.listTopics(String nextToken)
          Lists topics for this account
protected
<T> T
NotificationService.makeRequestInt(org.apache.http.client.methods.HttpRequestBase method, String action, Map<String,String> params, Class<T> respType)
           
 Result<String> NotificationService.publish(String topicArn, String message, String subject)
          Publishes a message to a topic's subscribed endpoints
 void NotificationService.removePermission(String topicArn, String label)
          Removes permissions from a topic
 void NotificationService.setTopicAttributes(String topicArn, String name, String value)
          Set a topic attribute.
 Result<String> NotificationService.subscribe(String topicArn, String protocol, String endpoint)
          Subscribe this account to a topic
 void NotificationService.unsubscribe(String subscriptionArn)
          Unsubscribe this account from a topic