Class HubServiceClient.ListHubSpokesPage (1.41.0)

public static class HubServiceClient.ListHubSpokesPage extends AbstractPage<ListHubSpokesRequest,ListHubSpokesResponse,Spoke,HubServiceClient.ListHubSpokesPage>

Inheritance

java.lang.Object > AbstractPage > HubServiceClient.ListHubSpokesPage

Methods

createPage(PageContext<ListHubSpokesRequest,ListHubSpokesResponse,Spoke> context, ListHubSpokesResponse response)

protected HubServiceClient.ListHubSpokesPage createPage(PageContext<ListHubSpokesRequest,ListHubSpokesResponse,Spoke> context, ListHubSpokesResponse response)
Parameters
Name Description
context PageContext<ListHubSpokesRequest,ListHubSpokesResponse,Spoke>
response ListHubSpokesResponse
Returns
Type Description
HubServiceClient.ListHubSpokesPage
Overrides

createPageAsync(PageContext<ListHubSpokesRequest,ListHubSpokesResponse,Spoke> context, ApiFuture<ListHubSpokesResponse> futureResponse)

public ApiFuture<HubServiceClient.ListHubSpokesPage> createPageAsync(PageContext<ListHubSpokesRequest,ListHubSpokesResponse,Spoke> context, ApiFuture<ListHubSpokesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListHubSpokesRequest,ListHubSpokesResponse,Spoke>
futureResponse ApiFuture<ListHubSpokesResponse>
Returns
Type Description
ApiFuture<ListHubSpokesPage>
Overrides