Class MigrationCenterClient.ListErrorFramesPage (0.27.0)

public static class MigrationCenterClient.ListErrorFramesPage extends AbstractPage<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame,MigrationCenterClient.ListErrorFramesPage>

Inheritance

java.lang.Object > AbstractPage > MigrationCenterClient.ListErrorFramesPage

Methods

createPage(PageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame> context, ListErrorFramesResponse response)

protected MigrationCenterClient.ListErrorFramesPage createPage(PageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame> context, ListErrorFramesResponse response)
Parameters
Name Description
context PageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame>
response ListErrorFramesResponse
Returns
Type Description
MigrationCenterClient.ListErrorFramesPage
Overrides

createPageAsync(PageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame> context, ApiFuture<ListErrorFramesResponse> futureResponse)

public ApiFuture<MigrationCenterClient.ListErrorFramesPage> createPageAsync(PageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame> context, ApiFuture<ListErrorFramesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame>
futureResponse ApiFuture<ListErrorFramesResponse>
Returns
Type Description
ApiFuture<ListErrorFramesPage>
Overrides