Class OsConfigServiceClient.ListPatchJobsFixedSizeCollection (2.44.0)

public static class OsConfigServiceClient.ListPatchJobsFixedSizeCollection extends AbstractFixedSizeCollection<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob,OsConfigServiceClient.ListPatchJobsPage,OsConfigServiceClient.ListPatchJobsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > OsConfigServiceClient.ListPatchJobsFixedSizeCollection

Methods

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

protected OsConfigServiceClient.ListPatchJobsFixedSizeCollection createCollection(List<OsConfigServiceClient.ListPatchJobsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListPatchJobsPage>
collectionSize int
Returns
Type Description
OsConfigServiceClient.ListPatchJobsFixedSizeCollection
Overrides