Class StorageClient.ListNotificationConfigsPage (2.37.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
Name Description
context PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig>
response ListNotificationConfigsResponse
Returns
Type Description
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
Name Description
context PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig>
futureResponse ApiFuture<ListNotificationConfigsResponse>
Returns
Type Description
ApiFuture<ListNotificationConfigsPage>
Overrides