Class SecurityCenterClient.ListNotificationConfigsPage (2.50.0)

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

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListNotificationConfigsPage

Methods

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

protected SecurityCenterClient.ListNotificationConfigsPage createPage(PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ListNotificationConfigsResponse response)
Parameters
Name Description
context PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig>
response ListNotificationConfigsResponse
Returns
Type Description
SecurityCenterClient.ListNotificationConfigsPage
Overrides

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

public ApiFuture<SecurityCenterClient.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