Class AppGatewaysServiceClient.ListAppGatewaysFixedSizeCollection (0.41.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
Name Description
pages List<ListAppGatewaysPage>
collectionSize int
Returns
Type Description
AppGatewaysServiceClient.ListAppGatewaysFixedSizeCollection
Overrides