Class AppGatewaysServiceClient.ListAppGatewaysFixedSizeCollection (0.37.0)

public static class AppGatewaysServiceClient.ListAppGatewaysFixedSizeCollection extends AbstractFixedSizeCollection<ListAppGatewaysRequest,ListAppGatewaysResponse,AppGateway,AppGatewaysServiceClient.ListAppGatewaysPage,AppGatewaysServiceClient.ListAppGatewaysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AppGatewaysServiceClient.ListAppGatewaysFixedSizeCollection

Methods

createCollection(List<AppGatewaysServiceClient.ListAppGatewaysPage> pages, int collectionSize)

protected AppGatewaysServiceClient.ListAppGatewaysFixedSizeCollection createCollection(List<AppGatewaysServiceClient.ListAppGatewaysPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListAppGatewaysPage>
collectionSizeint
Returns
TypeDescription
AppGatewaysServiceClient.ListAppGatewaysFixedSizeCollection
Overrides