Class SslCertificatesClient.AggregatedListFixedSizeCollection (1.105.0)

public static class SslCertificatesClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList,Map.Entry<String,SslCertificatesScopedList>,SslCertificatesClient.AggregatedListPage,SslCertificatesClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SslCertificatesClient.AggregatedListFixedSizeCollection

Methods

createCollection(@Nullable List<SslCertificatesClient.AggregatedListPage> pages, int collectionSize)

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