AWS.SNS.TSNSClient.ListEndpointsByPlatformApplication

Lists the endpoints for devices of a platform application.

function ListEndpointsByPlatformApplication(const ARequest: ISNSListEndpointsByPlatformApplicationRequest): ISNSListEndpointsByPlatformApplicationResponse; overload; function ListEndpointsByPlatformApplication(const APlatformApplicationArn: TARN; ANextToken: string = ''): ISNSListEndpointsByPlatformApplicationResponse; overload;
__fastcall ISNSListEndpointsByPlatformApplicationResponse ListEndpointsByPlatformApplication(const ISNSListEndpointsByPlatformApplicationRequest ARequest); __fastcall ISNSListEndpointsByPlatformApplicationResponse ListEndpointsByPlatformApplication(const TARN APlatformApplicationArn, AnsiString ANextToken = '');

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSListEndpointsByPlatformApplicationRequest
A ListEndpointsByPlatformApplication request object.
const APlatformApplicationArn: TARN
The Amazon Resource Name (ARN) of the platform application for which to list endpoints.
ANextToken: string = ''
NextToken from a previous call to retrieve paginated results. Results are retrieve in pages of 100.

Response containing ListEndpointsByPlatformApplication 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.