Class OsConfigServiceClient.ListPatchDeploymentsPage (2.44.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)
Parameters
Name Description
context PageContext<ListPatchDeploymentsRequest,ListPatchDeploymentsResponse,PatchDeployment>
response PatchDeployments.ListPatchDeploymentsResponse
Returns
Type Description
OsConfigServiceClient.ListPatchDeploymentsPage
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)
Parameters
Name Description
context PageContext<ListPatchDeploymentsRequest,ListPatchDeploymentsResponse,PatchDeployment>
futureResponse ApiFuture<ListPatchDeploymentsResponse>
Returns
Type Description
ApiFuture<ListPatchDeploymentsPage>
Overrides