Class SecurityCenterClient.ListFindingsPage (2.51.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
Name Description
context PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResult>
response ListFindingsResponse
Returns
Type Description
SecurityCenterClient.ListFindingsPage
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
Name Description
context PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResult>
futureResponse ApiFuture<ListFindingsResponse>
Returns
Type Description
ApiFuture<ListFindingsPage>
Overrides