Class MigrationCenterClient.ListErrorFramesPage (0.22.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
NameDescription
contextPageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame>
responseListErrorFramesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame>
futureResponseApiFuture<ListErrorFramesResponse>
Returns
TypeDescription
ApiFuture<ListErrorFramesPage>
Overrides