Class InterconnectAttachmentGroupsClient.ListFixedSizeCollection (1.105.0)

public static class InterconnectAttachmentGroupsClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,InterconnectAttachmentGroup,InterconnectAttachmentGroupsClient.ListPage,InterconnectAttachmentGroupsClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InterconnectAttachmentGroupsClient.ListFixedSizeCollection

Methods

createCollection(@Nullable List<InterconnectAttachmentGroupsClient.ListPage> pages, int collectionSize)

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