Class StorageClient.ListNotificationsPage (2.18.0)

public static class StorageClient.ListNotificationsPage extends AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,StorageClient.ListNotificationsPage>

Inheritance

java.lang.Object > AbstractPage > StorageClient.ListNotificationsPage

Methods

createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)

protected StorageClient.ListNotificationsPage createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
Parameters
NameDescription
contextPageContext<ListNotificationsRequest,ListNotificationsResponse,Notification>
responseListNotificationsResponse
Returns
TypeDescription
StorageClient.ListNotificationsPage
Overrides

createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)

public ApiFuture<StorageClient.ListNotificationsPage> createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListNotificationsRequest,ListNotificationsResponse,Notification>
futureResponseApiFuture<ListNotificationsResponse>
Returns
TypeDescription
ApiFuture<ListNotificationsPage>
Overrides