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

Packages that use ConfirmSubscriptionRequest
com.amazonaws.services.sns Synchronous and asynchronous client classes for accessing AmazonSNS. 
com.amazonaws.services.sns.model Classes modeling the various types represented by AmazonSNS. 
 

Uses of ConfirmSubscriptionRequest in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns with parameters of type ConfirmSubscriptionRequest
 ConfirmSubscriptionResult AmazonSNS.confirmSubscription(ConfirmSubscriptionRequest confirmSubscriptionRequest)
           The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
 ConfirmSubscriptionResult AmazonSNSClient.confirmSubscription(ConfirmSubscriptionRequest confirmSubscriptionRequest)
           The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
 Future<ConfirmSubscriptionResult> AmazonSNSAsyncClient.confirmSubscriptionAsync(ConfirmSubscriptionRequest confirmSubscriptionRequest)
           The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
 Future<ConfirmSubscriptionResult> AmazonSNSAsync.confirmSubscriptionAsync(ConfirmSubscriptionRequest confirmSubscriptionRequest)
           The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
 

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

Methods in com.amazonaws.services.sns.model that return ConfirmSubscriptionRequest
 ConfirmSubscriptionRequest ConfirmSubscriptionRequest.withAuthenticateOnUnsubscribe(String authenticateOnUnsubscribe)
          Indicates that you want to disable unauthenticated unsubsciption of the subscription.
 ConfirmSubscriptionRequest ConfirmSubscriptionRequest.withToken(String token)
          Short-lived token sent to an endpoint during the Subscribe action.
 ConfirmSubscriptionRequest ConfirmSubscriptionRequest.withTopicArn(String topicArn)
          The ARN of the topic for which you wish to confirm a subscription.
 



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