Class OsConfigServiceClient.ListPatchJobsPage (2.44.0)

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

Inheritance

java.lang.Object > AbstractPage > OsConfigServiceClient.ListPatchJobsPage

Methods

createPage(PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, PatchJobs.ListPatchJobsResponse response)

protected OsConfigServiceClient.ListPatchJobsPage createPage(PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, PatchJobs.ListPatchJobsResponse response)
Parameters
Name Description
context PageContext<ListPatchJobsRequest,ListPatchJobsResponse,PatchJob>
response PatchJobs.ListPatchJobsResponse
Returns
Type Description
OsConfigServiceClient.ListPatchJobsPage
Overrides

createPageAsync(PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, ApiFuture<PatchJobs.ListPatchJobsResponse> futureResponse)

public ApiFuture<OsConfigServiceClient.ListPatchJobsPage> createPageAsync(PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, ApiFuture<PatchJobs.ListPatchJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListPatchJobsRequest,ListPatchJobsResponse,PatchJob>
futureResponse ApiFuture<ListPatchJobsResponse>
Returns
Type Description
ApiFuture<ListPatchJobsPage>
Overrides