Class CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection (2.39.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
NameDescription
pagesList<ListCertificateRevocationListsPage>
collectionSizeint
Returns
TypeDescription
CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection
Overrides