Class RegionNotificationEndpointsClient.ListPage (1.51.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
NameDescription
contextPageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint>
responseNotificationEndpointList
Returns
TypeDescription
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
NameDescription
contextPageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint>
futureResponseApiFuture<NotificationEndpointList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides