Interface IListPlatformApplicationsPaginator
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Paginator for the ListPlatformApplications operation
public interface IListPlatformApplicationsPaginator
Properties
PlatformApplications
Enumerable containing all of the PlatformApplications
IPaginatedEnumerable<PlatformApplication> PlatformApplications { get; }
Property Value
- IPaginatedEnumerable<PlatformApplication>
Responses
Enumerable containing all full responses for the operation
IPaginatedEnumerable<ListPlatformApplicationsResponse> Responses { get; }
Property Value
- IPaginatedEnumerable<ListPlatformApplicationsResponse>