Class MirroringClient.ListMirroringDeploymentGroupsPage (0.94.0)

public static class MirroringClient.ListMirroringDeploymentGroupsPage extends AbstractPage<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup,MirroringClient.ListMirroringDeploymentGroupsPage>

Inheritance

java.lang.Object > AbstractPage > MirroringClient.ListMirroringDeploymentGroupsPage

Methods

createPage(PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup> context, ListMirroringDeploymentGroupsResponse response)

protected MirroringClient.ListMirroringDeploymentGroupsPage createPage(PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup> context, ListMirroringDeploymentGroupsResponse response)
Parameters
Name Description
context PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup>
response ListMirroringDeploymentGroupsResponse
Returns
Type Description
MirroringClient.ListMirroringDeploymentGroupsPage
Overrides

createPageAsync(PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup> context, ApiFuture<ListMirroringDeploymentGroupsResponse> futureResponse)

public ApiFuture<MirroringClient.ListMirroringDeploymentGroupsPage> createPageAsync(PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup> context, ApiFuture<ListMirroringDeploymentGroupsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup>
futureResponse ApiFuture<ListMirroringDeploymentGroupsResponse>
Returns
Type Description
ApiFuture<ListMirroringDeploymentGroupsPage>
Overrides