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 AmazonSNSClient.confirmSubscription(ConfirmSubscriptionRequest confirmSubscriptionRequest)
           Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
 ConfirmSubscriptionResult AmazonSNS.confirmSubscription(ConfirmSubscriptionRequest confirmSubscriptionRequest)
           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)
           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)
           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, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
           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, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
           Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
 

Method parameters in com.amazonaws.services.sns with type arguments of type ConfirmSubscriptionRequest
 Future<ConfirmSubscriptionResult> AmazonSNSAsyncClient.confirmSubscriptionAsync(ConfirmSubscriptionRequest confirmSubscriptionRequest, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
           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, AsyncHandler<ConfirmSubscriptionRequest,ConfirmSubscriptionResult> asyncHandler)
           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)
          Disallows unauthenticated unsubscribes 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 © 2016. All rights reserved.