Class KeyManagementServiceClient.ListImportJobsFixedSizeCollection (2.45.0)

public static class KeyManagementServiceClient.ListImportJobsFixedSizeCollection extends AbstractFixedSizeCollection<ListImportJobsRequest,ListImportJobsResponse,ImportJob,KeyManagementServiceClient.ListImportJobsPage,KeyManagementServiceClient.ListImportJobsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > KeyManagementServiceClient.ListImportJobsFixedSizeCollection

Methods

createCollection(List<KeyManagementServiceClient.ListImportJobsPage> pages, int collectionSize)

protected KeyManagementServiceClient.ListImportJobsFixedSizeCollection createCollection(List<KeyManagementServiceClient.ListImportJobsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListImportJobsPage>
collectionSize int
Returns
Type Description
KeyManagementServiceClient.ListImportJobsFixedSizeCollection
Overrides