Class InterceptClient.ListInterceptDeploymentsPage (0.94.0)

public static class InterceptClient.ListInterceptDeploymentsPage extends AbstractPage<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment,InterceptClient.ListInterceptDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > InterceptClient.ListInterceptDeploymentsPage

Methods

createPage(PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment> context, ListInterceptDeploymentsResponse response)

protected InterceptClient.ListInterceptDeploymentsPage createPage(PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment> context, ListInterceptDeploymentsResponse response)
Parameters
Name Description
context PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment>
response ListInterceptDeploymentsResponse
Returns
Type Description
InterceptClient.ListInterceptDeploymentsPage
Overrides

createPageAsync(PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment> context, ApiFuture<ListInterceptDeploymentsResponse> futureResponse)

public ApiFuture<InterceptClient.ListInterceptDeploymentsPage> createPageAsync(PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment> context, ApiFuture<ListInterceptDeploymentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment>
futureResponse ApiFuture<ListInterceptDeploymentsResponse>
Returns
Type Description
ApiFuture<ListInterceptDeploymentsPage>
Overrides