public static class WarehouseClient.ListIndexEndpointsPage extends AbstractPage<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint,WarehouseClient.ListIndexEndpointsPage>
Methods
createPage(PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, ListIndexEndpointsResponse response)
protected WarehouseClient.ListIndexEndpointsPage createPage(PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, ListIndexEndpointsResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> |
response |
ListIndexEndpointsResponse |
Returns | |
---|---|
Type | Description |
WarehouseClient.ListIndexEndpointsPage |
createPageAsync(PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, ApiFuture<ListIndexEndpointsResponse> futureResponse)
public ApiFuture<WarehouseClient.ListIndexEndpointsPage> createPageAsync(PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, ApiFuture<ListIndexEndpointsResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> |
futureResponse |
ApiFuture<ListIndexEndpointsResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListIndexEndpointsPage> |