Class MaintenanceClient.ListResourceMaintenancesPage (0.2.0)

public static class MaintenanceClient.ListResourceMaintenancesPage extends AbstractPage<ListResourceMaintenancesRequest,ListResourceMaintenancesResponse,ResourceMaintenance,MaintenanceClient.ListResourceMaintenancesPage>

Inheritance

java.lang.Object > AbstractPage > MaintenanceClient.ListResourceMaintenancesPage

Methods

createPage(PageContext<ListResourceMaintenancesRequest,ListResourceMaintenancesResponse,ResourceMaintenance> context, ListResourceMaintenancesResponse response)

protected MaintenanceClient.ListResourceMaintenancesPage createPage(PageContext<ListResourceMaintenancesRequest,ListResourceMaintenancesResponse,ResourceMaintenance> context, ListResourceMaintenancesResponse response)
Parameters
Name Description
context PageContext<ListResourceMaintenancesRequest,ListResourceMaintenancesResponse,ResourceMaintenance>
response ListResourceMaintenancesResponse
Returns
Type Description
MaintenanceClient.ListResourceMaintenancesPage
Overrides

createPageAsync(PageContext<ListResourceMaintenancesRequest,ListResourceMaintenancesResponse,ResourceMaintenance> context, ApiFuture<ListResourceMaintenancesResponse> futureResponse)

public ApiFuture<MaintenanceClient.ListResourceMaintenancesPage> createPageAsync(PageContext<ListResourceMaintenancesRequest,ListResourceMaintenancesResponse,ResourceMaintenance> context, ApiFuture<ListResourceMaintenancesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListResourceMaintenancesRequest,ListResourceMaintenancesResponse,ResourceMaintenance>
futureResponse ApiFuture<ListResourceMaintenancesResponse>
Returns
Type Description
ApiFuture<ListResourceMaintenancesPage>
Overrides