AWS.SNS.ISNSClient.ListPlatformApplications

Lists platform applications.

function ListPlatformApplications(const ARequest: ISNSListPlatformApplicationsRequest): ISNSListPlatformApplicationsResponse; overload; function ListPlatformApplications(const ANextToken: string): ISNSListPlatformApplicationsResponse; overload;
__fastcall ISNSListPlatformApplicationsResponse ListPlatformApplications(const ISNSListPlatformApplicationsRequest ARequest); __fastcall ISNSListPlatformApplicationsResponse ListPlatformApplications(const AnsiString ANextToken);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSListPlatformApplicationsRequest
A ListPlatformApplications request object.
const ANextToken: string
NextToken from a previous call to retrieve paginated results.

Response containing ListPlatformApplications 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.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.