Class KeyDashboardServiceClient.ListCryptoKeysFixedSizeCollection (0.30.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > KeyDashboardServiceClient.ListCryptoKeysFixedSizeCollection

Methods

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

protected KeyDashboardServiceClient.ListCryptoKeysFixedSizeCollection createCollection(List<KeyDashboardServiceClient.ListCryptoKeysPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListCryptoKeysPage>
collectionSizeint
Returns
TypeDescription
KeyDashboardServiceClient.ListCryptoKeysFixedSizeCollection
Overrides