Class RapidMigrationAssessmentClient.ListCollectorsPage (0.11.0)

public static class RapidMigrationAssessmentClient.ListCollectorsPage extends AbstractPage<ListCollectorsRequest,ListCollectorsResponse,Collector,RapidMigrationAssessmentClient.ListCollectorsPage>

Inheritance

java.lang.Object > AbstractPage > RapidMigrationAssessmentClient.ListCollectorsPage

Methods

createPage(PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector> context, ListCollectorsResponse response)

protected RapidMigrationAssessmentClient.ListCollectorsPage createPage(PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector> context, ListCollectorsResponse response)
Parameters
NameDescription
contextPageContext<ListCollectorsRequest,ListCollectorsResponse,Collector>
responseListCollectorsResponse
Returns
TypeDescription
RapidMigrationAssessmentClient.ListCollectorsPage
Overrides

createPageAsync(PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector> context, ApiFuture<ListCollectorsResponse> futureResponse)

public ApiFuture<RapidMigrationAssessmentClient.ListCollectorsPage> createPageAsync(PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector> context, ApiFuture<ListCollectorsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCollectorsRequest,ListCollectorsResponse,Collector>
futureResponseApiFuture<ListCollectorsResponse>
Returns
TypeDescription
ApiFuture<ListCollectorsPage>
Overrides