Class SecurityCenterClient.ListNotificationConfigsPage (2.45.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
NameDescription
contextPageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig>
responseListNotificationConfigsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig>
futureResponseApiFuture<ListNotificationConfigsResponse>
Returns
TypeDescription
ApiFuture<ListNotificationConfigsPage>
Overrides