Class RapidMigrationAssessmentClient.ListCollectorsPage (0.28.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
Name Description
context PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector>
response ListCollectorsResponse
Returns
Type Description
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
Name Description
context PageContext<ListCollectorsRequest,ListCollectorsResponse,Collector>
futureResponse ApiFuture<ListCollectorsResponse>
Returns
Type Description
ApiFuture<ListCollectorsPage>
Overrides