Class OsConfigServiceClient.ListPatchDeploymentsPage (2.60.0)

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

Inheritance

java.lang.Object > AbstractPage > OsConfigServiceClient.ListPatchDeploymentsPage

Methods

createPage(PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, PatchDeployments.ListPatchDeploymentsResponse response)

protected OsConfigServiceClient.ListPatchDeploymentsPage createPage(PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, PatchDeployments.ListPatchDeploymentsResponse response)
Overrides

createPageAsync(PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, ApiFuture<PatchDeployments.ListPatchDeploymentsResponse> futureResponse)

public ApiFuture<OsConfigServiceClient.ListPatchDeploymentsPage> createPageAsync(PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, ApiFuture<PatchDeployments.ListPatchDeploymentsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListPatchDeploymentsPage>
Overrides