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

Packages that use Subscription
com.amazonaws.services.sns.model Classes modeling the various types represented by AmazonSNS. 
 

Uses of Subscription in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return Subscription
 Subscription Subscription.withEndpoint(String endpoint)
          The subscription's endpoint (format depends on the protocol).
 Subscription Subscription.withOwner(String owner)
          The subscription's owner.
 Subscription Subscription.withProtocol(String protocol)
          The subscription's protocol.
 Subscription Subscription.withSubscriptionArn(String subscriptionArn)
          The subscription's ARN.
 Subscription Subscription.withTopicArn(String topicArn)
          The ARN of the subscription's topic.
 

Methods in com.amazonaws.services.sns.model that return types with arguments of type Subscription
 List<Subscription> ListSubscriptionsResult.getSubscriptions()
          A list of subscriptions.
 List<Subscription> ListSubscriptionsByTopicResult.getSubscriptions()
          A list of subscriptions.
 

Methods in com.amazonaws.services.sns.model with parameters of type Subscription
 ListSubscriptionsResult ListSubscriptionsResult.withSubscriptions(Subscription... subscriptions)
          A list of subscriptions.
 ListSubscriptionsByTopicResult ListSubscriptionsByTopicResult.withSubscriptions(Subscription... subscriptions)
          A list of subscriptions.
 

Method parameters in com.amazonaws.services.sns.model with type arguments of type Subscription
 void ListSubscriptionsResult.setSubscriptions(Collection<Subscription> subscriptions)
          A list of subscriptions.
 void ListSubscriptionsByTopicResult.setSubscriptions(Collection<Subscription> subscriptions)
          A list of subscriptions.
 ListSubscriptionsResult ListSubscriptionsResult.withSubscriptions(Collection<Subscription> subscriptions)
          A list of subscriptions.
 ListSubscriptionsByTopicResult ListSubscriptionsByTopicResult.withSubscriptions(Collection<Subscription> subscriptions)
          A list of subscriptions.
 



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