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

Packages that use ConfirmSubscriptionResult
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 ConfirmSubscriptionResult in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns that return ConfirmSubscriptionResult
 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.
 

Methods in com.amazonaws.services.sns that return types with arguments of type ConfirmSubscriptionResult
 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 ConfirmSubscriptionResult in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return ConfirmSubscriptionResult
 ConfirmSubscriptionResult ConfirmSubscriptionResult.withSubscriptionArn(String subscriptionArn)
          The ARN of the created subscription.
 



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