Class HubServiceClient.ListHubSpokesPage (1.40.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
NameDescription
contextPageContext<ListHubSpokesRequest,ListHubSpokesResponse,Spoke>
responseListHubSpokesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListHubSpokesRequest,ListHubSpokesResponse,Spoke>
futureResponseApiFuture<ListHubSpokesResponse>
Returns
TypeDescription
ApiFuture<ListHubSpokesPage>
Overrides