Class KeyDashboardServiceClient.ListCryptoKeysFixedSizeCollection (0.84.0)

public static class KeyDashboardServiceClient.ListCryptoKeysFixedSizeCollection extends AbstractFixedSizeCollection<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey,KeyDashboardServiceClient.ListCryptoKeysPage,KeyDashboardServiceClient.ListCryptoKeysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > KeyDashboardServiceClient.ListCryptoKeysFixedSizeCollection

Methods

createCollection(@Nullable List<KeyDashboardServiceClient.ListCryptoKeysPage> pages, int collectionSize)

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