Uses of Class
com.amazonaws.services.sns.model.ListSubscriptionsByTopicResult
Packages that use ListSubscriptionsByTopicResult
-
Uses of ListSubscriptionsByTopicResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return ListSubscriptionsByTopicResultModifier and TypeMethodDescriptionAbstractAmazonSNS.listSubscriptionsByTopic(ListSubscriptionsByTopicRequest request) AbstractAmazonSNS.listSubscriptionsByTopic(String topicArn) AbstractAmazonSNS.listSubscriptionsByTopic(String topicArn, String nextToken) AmazonSNS.listSubscriptionsByTopic(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest) Returns a list of the subscriptions to a specific topic.AmazonSNS.listSubscriptionsByTopic(String topicArn) Simplified method form for invoking the ListSubscriptionsByTopic operation.AmazonSNS.listSubscriptionsByTopic(String topicArn, String nextToken) Simplified method form for invoking the ListSubscriptionsByTopic operation.AmazonSNSClient.listSubscriptionsByTopic(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest) Returns a list of the subscriptions to a specific topic.AmazonSNSClient.listSubscriptionsByTopic(String topicArn) AmazonSNSClient.listSubscriptionsByTopic(String topicArn, String nextToken) Methods in com.amazonaws.services.sns that return types with arguments of type ListSubscriptionsByTopicResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request) AbstractAmazonSNSAsync.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) AbstractAmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn) Simplified method form for invoking the ListSubscriptionsByTopic operation.AbstractAmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AbstractAmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, String nextToken) Simplified method form for invoking the ListSubscriptionsByTopic operation.AbstractAmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AmazonSNSAsync.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest) Returns a list of the subscriptions to a specific topic.AmazonSNSAsync.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Returns a list of the subscriptions to a specific topic.AmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn) Simplified method form for invoking the ListSubscriptionsByTopic operation.AmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, String nextToken) Simplified method form for invoking the ListSubscriptionsByTopic operation.AmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AmazonSNSAsyncClient.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request) AmazonSNSAsyncClient.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) AmazonSNSAsyncClient.listSubscriptionsByTopicAsync(String topicArn) Simplified method form for invoking the ListSubscriptionsByTopic operation.AmazonSNSAsyncClient.listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AmazonSNSAsyncClient.listSubscriptionsByTopicAsync(String topicArn, String nextToken) Simplified method form for invoking the ListSubscriptionsByTopic operation.AmazonSNSAsyncClient.listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.Method parameters in com.amazonaws.services.sns with type arguments of type ListSubscriptionsByTopicResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) AbstractAmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AbstractAmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AmazonSNSAsync.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest listSubscriptionsByTopicRequest, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Returns a list of the subscriptions to a specific topic.AmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AmazonSNSAsync.listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AmazonSNSAsyncClient.listSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest request, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) AmazonSNSAsyncClient.listSubscriptionsByTopicAsync(String topicArn, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler.AmazonSNSAsyncClient.listSubscriptionsByTopicAsync(String topicArn, String nextToken, AsyncHandler<ListSubscriptionsByTopicRequest, ListSubscriptionsByTopicResult> asyncHandler) Simplified method form for invoking the ListSubscriptionsByTopic operation with an AsyncHandler. -
Uses of ListSubscriptionsByTopicResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return ListSubscriptionsByTopicResultModifier and TypeMethodDescriptionListSubscriptionsByTopicResult.clone()ListSubscriptionsByTopicResult.withNextToken(String nextToken) Token to pass along to the nextListSubscriptionsByTopicrequest.ListSubscriptionsByTopicResult.withSubscriptions(Subscription... subscriptions) A list of subscriptions.ListSubscriptionsByTopicResult.withSubscriptions(Collection<Subscription> subscriptions) A list of subscriptions.