Class AppHubClient.ListWorkloadsPage (0.1.0)

public static class AppHubClient.ListWorkloadsPage extends AbstractPage<ListWorkloadsRequest,ListWorkloadsResponse,Workload,AppHubClient.ListWorkloadsPage>

Inheritance

java.lang.Object > AbstractPage > AppHubClient.ListWorkloadsPage

Methods

createPage(PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ListWorkloadsResponse response)

protected AppHubClient.ListWorkloadsPage createPage(PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ListWorkloadsResponse response)
Parameters
NameDescription
contextPageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload>
responseListWorkloadsResponse
Returns
TypeDescription
AppHubClient.ListWorkloadsPage
Overrides

createPageAsync(PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ApiFuture<ListWorkloadsResponse> futureResponse)

public ApiFuture<AppHubClient.ListWorkloadsPage> createPageAsync(PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ApiFuture<ListWorkloadsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload>
futureResponseApiFuture<ListWorkloadsResponse>
Returns
TypeDescription
ApiFuture<ListWorkloadsPage>
Overrides