Class RegionNotificationEndpointsClient.ListPage (1.52.0)

public static class RegionNotificationEndpointsClient.ListPage extends AbstractPage<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint,RegionNotificationEndpointsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionNotificationEndpointsClient.ListPage

Methods

createPage(PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, NotificationEndpointList response)

protected RegionNotificationEndpointsClient.ListPage createPage(PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, NotificationEndpointList response)
Parameters
Name Description
context PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint>
response NotificationEndpointList
Returns
Type Description
RegionNotificationEndpointsClient.ListPage
Overrides

createPageAsync(PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, ApiFuture<NotificationEndpointList> futureResponse)

public ApiFuture<RegionNotificationEndpointsClient.ListPage> createPageAsync(PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, ApiFuture<NotificationEndpointList> futureResponse)
Parameters
Name Description
context PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint>
futureResponse ApiFuture<NotificationEndpointList>
Returns
Type Description
ApiFuture<ListPage>
Overrides