public static class StorageClient.ListNotificationConfigsPage extends AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig,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 |
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> |