|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xerox.amazonws.sns.SubscriptionInfo
public class SubscriptionInfo
An instance of this class represents a topic subscription.
Constructor Summary | |
---|---|
SubscriptionInfo(String topicArn,
String protocol,
String subscriptionArn,
String owner,
String endpoint)
|
Method Summary | |
---|---|
String |
getEndpoint()
|
String |
getOwner()
|
String |
getProtocol()
|
String |
getSubscriptionArn()
|
String |
getTopicArn()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SubscriptionInfo(String topicArn, String protocol, String subscriptionArn, String owner, String endpoint)
Method Detail |
---|
public String getTopicArn()
public String getProtocol()
public String getSubscriptionArn()
public String getOwner()
public String getEndpoint()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |