Class InterceptClient.ListInterceptDeploymentGroupsPage (0.94.0)

public static class InterceptClient.ListInterceptDeploymentGroupsPage extends AbstractPage<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup,InterceptClient.ListInterceptDeploymentGroupsPage>

Inheritance

java.lang.Object > AbstractPage > InterceptClient.ListInterceptDeploymentGroupsPage

Methods

createPage(PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup> context, ListInterceptDeploymentGroupsResponse response)

protected InterceptClient.ListInterceptDeploymentGroupsPage createPage(PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup> context, ListInterceptDeploymentGroupsResponse response)
Parameters
Name Description
context PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup>
response ListInterceptDeploymentGroupsResponse
Returns
Type Description
InterceptClient.ListInterceptDeploymentGroupsPage
Overrides

createPageAsync(PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup> context, ApiFuture<ListInterceptDeploymentGroupsResponse> futureResponse)

public ApiFuture<InterceptClient.ListInterceptDeploymentGroupsPage> createPageAsync(PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup> context, ApiFuture<ListInterceptDeploymentGroupsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup>
futureResponse ApiFuture<ListInterceptDeploymentGroupsResponse>
Returns
Type Description
ApiFuture<ListInterceptDeploymentGroupsPage>
Overrides