Class MirroringClient.ListMirroringDeploymentsPage (0.94.0)

public static class MirroringClient.ListMirroringDeploymentsPage extends AbstractPage<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment,MirroringClient.ListMirroringDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > MirroringClient.ListMirroringDeploymentsPage

Methods

createPage(PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment> context, ListMirroringDeploymentsResponse response)

protected MirroringClient.ListMirroringDeploymentsPage createPage(PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment> context, ListMirroringDeploymentsResponse response)
Parameters
Name Description
context PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment>
response ListMirroringDeploymentsResponse
Returns
Type Description
MirroringClient.ListMirroringDeploymentsPage
Overrides

createPageAsync(PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment> context, ApiFuture<ListMirroringDeploymentsResponse> futureResponse)

public ApiFuture<MirroringClient.ListMirroringDeploymentsPage> createPageAsync(PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment> context, ApiFuture<ListMirroringDeploymentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment>
futureResponse ApiFuture<ListMirroringDeploymentsResponse>
Returns
Type Description
ApiFuture<ListMirroringDeploymentsPage>
Overrides