Class KeyManagementServiceClient.ListImportJobsFixedSizeCollection (2.98.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > KeyManagementServiceClient.ListImportJobsFixedSizeCollection

Methods

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

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