Class TagBindingsClient.ListEffectiveTagsFixedSizeCollection (1.43.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
NameDescription
pagesList<ListEffectiveTagsPage>
collectionSizeint
Returns
TypeDescription
TagBindingsClient.ListEffectiveTagsFixedSizeCollection
Overrides