Class SecurityCenterClient.ListFindingsPage (2.8.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
NameDescription
contextPageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResult>
responseListFindingsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResult>
futureResponseApiFuture<ListFindingsResponse>
Returns
TypeDescription
ApiFuture<ListFindingsPage>
Overrides