Class RegionNotificationEndpointsClient.AggregatedListPage (1.101.0)

public static class RegionNotificationEndpointsClient.AggregatedListPage extends AbstractPage<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>,RegionNotificationEndpointsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RegionNotificationEndpointsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>> context, NotificationEndpointAggregatedList response)

protected RegionNotificationEndpointsClient.AggregatedListPage createPage(PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>> context, NotificationEndpointAggregatedList response)
Parameters
Name Description
context PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,java.util.Map.Entry<String,NotificationEndpointsScopedList>>
response NotificationEndpointAggregatedList
Returns
Type Description
RegionNotificationEndpointsClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>> context, ApiFuture<NotificationEndpointAggregatedList> futureResponse)

public ApiFuture<RegionNotificationEndpointsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,Map.Entry<String,NotificationEndpointsScopedList>> context, ApiFuture<NotificationEndpointAggregatedList> futureResponse)
Parameters
Name Description
context PageContext<AggregatedListRegionNotificationEndpointsRequest,NotificationEndpointAggregatedList,java.util.Map.Entry<String,NotificationEndpointsScopedList>>
futureResponse ApiFuture<NotificationEndpointAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides