Class AppPlatformClient.ListInstancesFixedSizeCollection (0.2.0)

public static class AppPlatformClient.ListInstancesFixedSizeCollection extends AbstractFixedSizeCollection<ListInstancesRequest,ListInstancesResponse,Instance,AppPlatformClient.ListInstancesPage,AppPlatformClient.ListInstancesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AppPlatformClient.ListInstancesFixedSizeCollection

Methods

createCollection(List<AppPlatformClient.ListInstancesPage> pages, int collectionSize)

protected AppPlatformClient.ListInstancesFixedSizeCollection createCollection(List<AppPlatformClient.ListInstancesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListInstancesPage>
collectionSize int
Returns
Type Description
AppPlatformClient.ListInstancesFixedSizeCollection
Overrides