Class ApiGatewayServiceClient.ListGatewaysFixedSizeCollection (2.41.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
Name Description
pages List<ListGatewaysPage>
collectionSize int
Returns
Type Description
ApiGatewayServiceClient.ListGatewaysFixedSizeCollection
Overrides