Class OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection (2.4.3)

public static class OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection extends AbstractFixedSizeCollection<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment,OsConfigServiceClient.ListPatchDeploymentsPage,OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection

Methods

createCollection(List<OsConfigServiceClient.ListPatchDeploymentsPage> pages, int collectionSize)

protected OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection createCollection(List<OsConfigServiceClient.ListPatchDeploymentsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListPatchDeploymentsPage>
collectionSizeint
Returns
TypeDescription
OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection
Overrides