Class StreamsServiceClient.ListClustersFixedSizeCollection (0.52.0)

public static class StreamsServiceClient.ListClustersFixedSizeCollection extends AbstractFixedSizeCollection<ListClustersRequest,ListClustersResponse,Cluster,StreamsServiceClient.ListClustersPage,StreamsServiceClient.ListClustersFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > StreamsServiceClient.ListClustersFixedSizeCollection

Methods

createCollection(@Nullable List<StreamsServiceClient.ListClustersPage> pages, int collectionSize)

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