Class ManagedKafkaClient.ListConsumerGroupsFixedSizeCollection (0.1.0)

public static class ManagedKafkaClient.ListConsumerGroupsFixedSizeCollection extends AbstractFixedSizeCollection<ListConsumerGroupsRequest,ListConsumerGroupsResponse,ConsumerGroup,ManagedKafkaClient.ListConsumerGroupsPage,ManagedKafkaClient.ListConsumerGroupsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ManagedKafkaClient.ListConsumerGroupsFixedSizeCollection

Methods

createCollection(List<ManagedKafkaClient.ListConsumerGroupsPage> pages, int collectionSize)

protected ManagedKafkaClient.ListConsumerGroupsFixedSizeCollection createCollection(List<ManagedKafkaClient.ListConsumerGroupsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListConsumerGroupsPage>
collectionSize int
Returns
Type Description
ManagedKafkaClient.ListConsumerGroupsFixedSizeCollection
Overrides