Class ApiGatewayServiceClient.ListApiConfigsPage (2.41.0)

public static class ApiGatewayServiceClient.ListApiConfigsPage extends AbstractPage<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig,ApiGatewayServiceClient.ListApiConfigsPage>

Inheritance

java.lang.Object > AbstractPage > ApiGatewayServiceClient.ListApiConfigsPage

Methods

createPage(PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig> context, ListApiConfigsResponse response)

protected ApiGatewayServiceClient.ListApiConfigsPage createPage(PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig> context, ListApiConfigsResponse response)
Parameters
Name Description
context PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig>
response ListApiConfigsResponse
Returns
Type Description
ApiGatewayServiceClient.ListApiConfigsPage
Overrides

createPageAsync(PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig> context, ApiFuture<ListApiConfigsResponse> futureResponse)

public ApiFuture<ApiGatewayServiceClient.ListApiConfigsPage> createPageAsync(PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig> context, ApiFuture<ListApiConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig>
futureResponse ApiFuture<ListApiConfigsResponse>
Returns
Type Description
ApiFuture<ListApiConfigsPage>
Overrides