Search code examples
amazon-snsaws-java-sdkaws-java-sdk-2.x

Get subscriptions from AWS SNS using java


How to get the list of subscriptions from AWS SNS belongs to particular topic using java code? Is it possible to get it?

If possible kindly some one suggest how to achieve this? Thanks in advance


Solution

  • You can use the listSubscriptionsByTopic method.