Class InterceptClient.ListInterceptEndpointGroupAssociationsPage (0.94.0)

public static class InterceptClient.ListInterceptEndpointGroupAssociationsPage extends AbstractPage<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation,InterceptClient.ListInterceptEndpointGroupAssociationsPage>

Inheritance

java.lang.Object > AbstractPage > InterceptClient.ListInterceptEndpointGroupAssociationsPage

Methods

createPage(PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation> context, ListInterceptEndpointGroupAssociationsResponse response)

protected InterceptClient.ListInterceptEndpointGroupAssociationsPage createPage(PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation> context, ListInterceptEndpointGroupAssociationsResponse response)
Parameters
Name Description
context PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation>
response ListInterceptEndpointGroupAssociationsResponse
Returns
Type Description
InterceptClient.ListInterceptEndpointGroupAssociationsPage
Overrides

createPageAsync(PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation> context, ApiFuture<ListInterceptEndpointGroupAssociationsResponse> futureResponse)

public ApiFuture<InterceptClient.ListInterceptEndpointGroupAssociationsPage> createPageAsync(PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation> context, ApiFuture<ListInterceptEndpointGroupAssociationsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation>
futureResponse ApiFuture<ListInterceptEndpointGroupAssociationsResponse>
Returns
Type Description
ApiFuture<ListInterceptEndpointGroupAssociationsPage>
Overrides