Class InterceptClient.ListInterceptEndpointGroupAssociationsFixedSizeCollection (0.98.0)

public static class InterceptClient.ListInterceptEndpointGroupAssociationsFixedSizeCollection extends AbstractFixedSizeCollection<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation,InterceptClient.ListInterceptEndpointGroupAssociationsPage,InterceptClient.ListInterceptEndpointGroupAssociationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InterceptClient.ListInterceptEndpointGroupAssociationsFixedSizeCollection

Methods

createCollection(@Nullable List<InterceptClient.ListInterceptEndpointGroupAssociationsPage> pages, int collectionSize)

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