Class SecurityPostureClient.ListPostureDeploymentsPage (0.5.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
NameDescription
contextPageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment>
responseListPostureDeploymentsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment>
futureResponseApiFuture<ListPostureDeploymentsResponse>
Returns
TypeDescription
ApiFuture<ListPostureDeploymentsPage>
Overrides