Class SecurityCenterClient.ListFindingsPage (2.6.0)

public static class SecurityCenterClient.ListFindingsPage extends AbstractPage<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult,SecurityCenterClient.ListFindingsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListFindingsPage

Methods

createPage(PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, ListFindingsResponse response)

protected SecurityCenterClient.ListFindingsPage createPage(PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, ListFindingsResponse response)
Parameters Returns Overrides

createPageAsync(PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, ApiFuture<ListFindingsResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListFindingsPage> createPageAsync(PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, ApiFuture<ListFindingsResponse> futureResponse)
Parameters Returns
TypeDescription
ApiFuture<ListFindingsPage>
Overrides