Table of Contents

Interface IListEndpointsByPlatformApplicationPaginator

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Paginator for the ListEndpointsByPlatformApplication operation

public interface IListEndpointsByPlatformApplicationPaginator

Properties

Endpoints

Enumerable containing all of the Endpoints

IPaginatedEnumerable<Endpoint> Endpoints { get; }

Property Value

IPaginatedEnumerable<Endpoint>

Responses

Enumerable containing all full responses for the operation

IPaginatedEnumerable<ListEndpointsByPlatformApplicationResponse> Responses { get; }

Property Value

IPaginatedEnumerable<ListEndpointsByPlatformApplicationResponse>