Class ApiGatewayServiceClient.ListGatewaysFixedSizeCollection (2.8.0)

public static class ApiGatewayServiceClient.ListGatewaysFixedSizeCollection extends AbstractFixedSizeCollection<ListGatewaysRequest,ListGatewaysResponse,Gateway,ApiGatewayServiceClient.ListGatewaysPage,ApiGatewayServiceClient.ListGatewaysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ApiGatewayServiceClient.ListGatewaysFixedSizeCollection

Methods

createCollection(List<ApiGatewayServiceClient.ListGatewaysPage> pages, int collectionSize)

protected ApiGatewayServiceClient.ListGatewaysFixedSizeCollection createCollection(List<ApiGatewayServiceClient.ListGatewaysPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListGatewaysPage>
collectionSizeint
Returns
TypeDescription
ApiGatewayServiceClient.ListGatewaysFixedSizeCollection
Overrides