Class AppPlatformClient.ListInstancesFixedSizeCollection (0.52.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AppPlatformClient.ListInstancesFixedSizeCollection

Methods

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

protected AppPlatformClient.ListInstancesFixedSizeCollection createCollection(@Nullable List<AppPlatformClient.ListInstancesPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListInstancesPage>
collectionSize int
Returns
Type Description
AppPlatformClient.ListInstancesFixedSizeCollection
Overrides