Class SnsPublishRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      SnsPublishRequest​(java.lang.String to, java.lang.String topicArn, java.lang.String from, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getQueryParameters()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SnsPublishRequest

        public SnsPublishRequest​(java.lang.String to,
                                 java.lang.String topicArn,
                                 java.lang.String from,
                                 java.lang.String message)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception