Class IDSClient.ListEndpointsFixedSizeCollection (1.43.0)

public static class IDSClient.ListEndpointsFixedSizeCollection extends AbstractFixedSizeCollection<ListEndpointsRequest,ListEndpointsResponse,Endpoint,IDSClient.ListEndpointsPage,IDSClient.ListEndpointsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > IDSClient.ListEndpointsFixedSizeCollection

Methods

createCollection(List<IDSClient.ListEndpointsPage> pages, int collectionSize)

protected IDSClient.ListEndpointsFixedSizeCollection createCollection(List<IDSClient.ListEndpointsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListEndpointsPage>
collectionSize int
Returns
Type Description
IDSClient.ListEndpointsFixedSizeCollection
Overrides