AWS.SNS.ISNSClient.ListSubscriptionsByTopic

Lists subscriptions for a topic.

function ListSubscriptionsByTopic(const ARequest: ISNSListSubscriptionsByTopicRequest): ISNSListSubscriptionsByTopicResponse; overload; function ListSubscriptionsByTopic(const ATopicArn: TARN; ANextToken: string = ''): ISNSListSubscriptionsByTopicResponse; overload;
__fastcall ISNSListSubscriptionsByTopicResponse ListSubscriptionsByTopic(const ISNSListSubscriptionsByTopicRequest ARequest); __fastcall ISNSListSubscriptionsByTopicResponse ListSubscriptionsByTopic(const TARN ATopicArn, AnsiString ANextToken = '');

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSListSubscriptionsByTopicRequest
A ListSubscriptionsByTopic request object.
const ATopicArn: TARN
The Amazon Resource Name (ARN) of the topic for which to list subscriptions.
ANextToken: string = ''
NextToken from a previous call to retrieve paginated results.

Response containing ListSubscriptionsByTopic results.

Exceptions
Description
The user has been denied access to the requested resource.
One of the request parameters does not comply with the associated constraints.
One of the request parameters does not comply with the associated constraints.
The requested resource does not exist.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.