Class SecurityPostureClient.ListPostureDeploymentsPage (0.8.0)

public static class SecurityPostureClient.ListPostureDeploymentsPage extends AbstractPage<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment,SecurityPostureClient.ListPostureDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityPostureClient.ListPostureDeploymentsPage

Methods

createPage(PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment> context, ListPostureDeploymentsResponse response)

protected SecurityPostureClient.ListPostureDeploymentsPage createPage(PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment> context, ListPostureDeploymentsResponse response)
Parameters
Name Description
context PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment>
response ListPostureDeploymentsResponse
Returns
Type Description
SecurityPostureClient.ListPostureDeploymentsPage
Overrides

createPageAsync(PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment> context, ApiFuture<ListPostureDeploymentsResponse> futureResponse)

public ApiFuture<SecurityPostureClient.ListPostureDeploymentsPage> createPageAsync(PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment> context, ApiFuture<ListPostureDeploymentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment>
futureResponse ApiFuture<ListPostureDeploymentsResponse>
Returns
Type Description
ApiFuture<ListPostureDeploymentsPage>
Overrides