Uses of Class
com.amazonaws.services.sns.model.ConfirmSubscriptionResult
Packages that use ConfirmSubscriptionResult
-
Uses of ConfirmSubscriptionResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return ConfirmSubscriptionResultModifier and TypeMethodDescriptionAbstractAmazonSNS.confirmSubscription
(ConfirmSubscriptionRequest request) AbstractAmazonSNS.confirmSubscription
(String topicArn, String token) AbstractAmazonSNS.confirmSubscription
(String topicArn, String token, String authenticateOnUnsubscribe) AmazonSNS.confirmSubscription
(ConfirmSubscriptionRequest confirmSubscriptionRequest) Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlierSubscribe
action.AmazonSNS.confirmSubscription
(String topicArn, String token) Simplified method form for invoking the ConfirmSubscription operation.AmazonSNS.confirmSubscription
(String topicArn, String token, String authenticateOnUnsubscribe) Simplified method form for invoking the ConfirmSubscription operation.AmazonSNSClient.confirmSubscription
(ConfirmSubscriptionRequest confirmSubscriptionRequest) Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlierSubscribe
action.AmazonSNSClient.confirmSubscription
(String topicArn, String token) AmazonSNSClient.confirmSubscription
(String topicArn, String token, String authenticateOnUnsubscribe) Methods in com.amazonaws.services.sns that return types with arguments of type ConfirmSubscriptionResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.confirmSubscriptionAsync
(ConfirmSubscriptionRequest request) AbstractAmazonSNSAsync.confirmSubscriptionAsync
(ConfirmSubscriptionRequest request, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) AbstractAmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token) Simplified method form for invoking the ConfirmSubscription operation.AbstractAmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.AbstractAmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, String authenticateOnUnsubscribe) Simplified method form for invoking the ConfirmSubscription operation.AbstractAmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.AmazonSNSAsync.confirmSubscriptionAsync
(ConfirmSubscriptionRequest confirmSubscriptionRequest) Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlierSubscribe
action.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 earlierSubscribe
action.AmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token) Simplified method form for invoking the ConfirmSubscription operation.AmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.AmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, String authenticateOnUnsubscribe) Simplified method form for invoking the ConfirmSubscription operation.AmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.AmazonSNSAsyncClient.confirmSubscriptionAsync
(ConfirmSubscriptionRequest request) AmazonSNSAsyncClient.confirmSubscriptionAsync
(ConfirmSubscriptionRequest request, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) AmazonSNSAsyncClient.confirmSubscriptionAsync
(String topicArn, String token) Simplified method form for invoking the ConfirmSubscription operation.AmazonSNSAsyncClient.confirmSubscriptionAsync
(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.AmazonSNSAsyncClient.confirmSubscriptionAsync
(String topicArn, String token, String authenticateOnUnsubscribe) Simplified method form for invoking the ConfirmSubscription operation.AmazonSNSAsyncClient.confirmSubscriptionAsync
(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.Method parameters in com.amazonaws.services.sns with type arguments of type ConfirmSubscriptionResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.confirmSubscriptionAsync
(ConfirmSubscriptionRequest request, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) AbstractAmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.AbstractAmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.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 earlierSubscribe
action.AmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.AmazonSNSAsync.confirmSubscriptionAsync
(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.AmazonSNSAsyncClient.confirmSubscriptionAsync
(ConfirmSubscriptionRequest request, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) AmazonSNSAsyncClient.confirmSubscriptionAsync
(String topicArn, String token, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler.AmazonSNSAsyncClient.confirmSubscriptionAsync
(String topicArn, String token, String authenticateOnUnsubscribe, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult> asyncHandler) Simplified method form for invoking the ConfirmSubscription operation with an AsyncHandler. -
Uses of ConfirmSubscriptionResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return ConfirmSubscriptionResultModifier and TypeMethodDescriptionConfirmSubscriptionResult.clone()
ConfirmSubscriptionResult.withSubscriptionArn
(String subscriptionArn) The ARN of the created subscription.