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
You can use the listSubscriptionsByTopic method.