Class TagBindingsClient.ListEffectiveTagsFixedSizeCollection (1.44.0)

public static class TagBindingsClient.ListEffectiveTagsFixedSizeCollection extends AbstractFixedSizeCollection<ListEffectiveTagsRequest,ListEffectiveTagsResponse,EffectiveTag,TagBindingsClient.ListEffectiveTagsPage,TagBindingsClient.ListEffectiveTagsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > TagBindingsClient.ListEffectiveTagsFixedSizeCollection

Methods

createCollection(List<TagBindingsClient.ListEffectiveTagsPage> pages, int collectionSize)

protected TagBindingsClient.ListEffectiveTagsFixedSizeCollection createCollection(List<TagBindingsClient.ListEffectiveTagsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListEffectiveTagsPage>
collectionSize int
Returns
Type Description
TagBindingsClient.ListEffectiveTagsFixedSizeCollection
Overrides