Table of Contents

Interface IListTopicsPaginator

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

Paginator for the ListTopics operation

public interface IListTopicsPaginator

Properties

Responses

Enumerable containing all full responses for the operation

IPaginatedEnumerable<ListTopicsResponse> Responses { get; }

Property Value

IPaginatedEnumerable<ListTopicsResponse>

Topics

Enumerable containing all of the Topics

IPaginatedEnumerable<Topic> Topics { get; }

Property Value

IPaginatedEnumerable<Topic>