Class StorageClient.ListNotificationConfigsPage (2.19.0)

public static class StorageClient.ListNotificationConfigsPage extends AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig,StorageClient.ListNotificationConfigsPage>

Inheritance

java.lang.Object > AbstractPage > StorageClient.ListNotificationConfigsPage

Methods

createPage(PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ListNotificationConfigsResponse response)

protected StorageClient.ListNotificationConfigsPage createPage(PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ListNotificationConfigsResponse response)
Parameters
NameDescription
contextPageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig>
responseListNotificationConfigsResponse
Returns
TypeDescription
StorageClient.ListNotificationConfigsPage
Overrides

createPageAsync(PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ApiFuture<ListNotificationConfigsResponse> futureResponse)

public ApiFuture<StorageClient.ListNotificationConfigsPage> createPageAsync(PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ApiFuture<ListNotificationConfigsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig>
futureResponseApiFuture<ListNotificationConfigsResponse>
Returns
TypeDescription
ApiFuture<ListNotificationConfigsPage>
Overrides