Class OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection (2.44.0)

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
Name Description
pages List<ListPatchDeploymentsPage>
collectionSize int
Returns
Type Description
OsConfigServiceClient.ListPatchDeploymentsFixedSizeCollection
Overrides