Class InterceptClient.ListInterceptEndpointGroupsPage (0.94.0)

public static class InterceptClient.ListInterceptEndpointGroupsPage extends AbstractPage<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup,InterceptClient.ListInterceptEndpointGroupsPage>

Inheritance

java.lang.Object > AbstractPage > InterceptClient.ListInterceptEndpointGroupsPage

Methods

createPage(PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup> context, ListInterceptEndpointGroupsResponse response)

protected InterceptClient.ListInterceptEndpointGroupsPage createPage(PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup> context, ListInterceptEndpointGroupsResponse response)
Parameters
Name Description
context PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup>
response ListInterceptEndpointGroupsResponse
Returns
Type Description
InterceptClient.ListInterceptEndpointGroupsPage
Overrides

createPageAsync(PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup> context, ApiFuture<ListInterceptEndpointGroupsResponse> futureResponse)

public ApiFuture<InterceptClient.ListInterceptEndpointGroupsPage> createPageAsync(PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup> context, ApiFuture<ListInterceptEndpointGroupsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup>
futureResponse ApiFuture<ListInterceptEndpointGroupsResponse>
Returns
Type Description
ApiFuture<ListInterceptEndpointGroupsPage>
Overrides