Class SecurityCenterClient.ListAttackPathsPage (2.49.0)

public static class SecurityCenterClient.ListAttackPathsPage extends AbstractPage<ListAttackPathsRequest,ListAttackPathsResponse,AttackPath,SecurityCenterClient.ListAttackPathsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListAttackPathsPage

Methods

createPage(PageContext<ListAttackPathsRequest,ListAttackPathsResponse,AttackPath> context, ListAttackPathsResponse response)

protected SecurityCenterClient.ListAttackPathsPage createPage(PageContext<ListAttackPathsRequest,ListAttackPathsResponse,AttackPath> context, ListAttackPathsResponse response)
Parameters
NameDescription
contextPageContext<ListAttackPathsRequest,ListAttackPathsResponse,AttackPath>
responseListAttackPathsResponse
Returns
TypeDescription
SecurityCenterClient.ListAttackPathsPage
Overrides

createPageAsync(PageContext<ListAttackPathsRequest,ListAttackPathsResponse,AttackPath> context, ApiFuture<ListAttackPathsResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListAttackPathsPage> createPageAsync(PageContext<ListAttackPathsRequest,ListAttackPathsResponse,AttackPath> context, ApiFuture<ListAttackPathsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListAttackPathsRequest,ListAttackPathsResponse,AttackPath>
futureResponseApiFuture<ListAttackPathsResponse>
Returns
TypeDescription
ApiFuture<ListAttackPathsPage>
Overrides