Class OsConfigServiceClient.ListPatchJobsFixedSizeCollection (2.4.3)

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
NameDescription
pagesList<ListPatchJobsPage>
collectionSizeint
Returns
TypeDescription
OsConfigServiceClient.ListPatchJobsFixedSizeCollection
Overrides