Class CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection (2.44.0)

public static class CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection extends AbstractFixedSizeCollection<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse,CertificateRevocationList,CertificateAuthorityServiceClient.ListCertificateRevocationListsPage,CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection

Methods

createCollection(List<CertificateAuthorityServiceClient.ListCertificateRevocationListsPage> pages, int collectionSize)

protected CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection createCollection(List<CertificateAuthorityServiceClient.ListCertificateRevocationListsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListCertificateRevocationListsPage>
collectionSize int
Returns
Type Description
CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection
Overrides