Class BandwidthGroupServiceClient.ListBandwidthGroupsPage (0.27.0)

public static class BandwidthGroupServiceClient.ListBandwidthGroupsPage extends AbstractPage<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup,BandwidthGroupServiceClient.ListBandwidthGroupsPage>

Inheritance

java.lang.Object > AbstractPage > BandwidthGroupServiceClient.ListBandwidthGroupsPage

Methods

createPage(PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup> context, ListBandwidthGroupsResponse response)

protected BandwidthGroupServiceClient.ListBandwidthGroupsPage createPage(PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup> context, ListBandwidthGroupsResponse response)
Parameters
Name Description
context PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup>
response ListBandwidthGroupsResponse
Returns
Type Description
BandwidthGroupServiceClient.ListBandwidthGroupsPage
Overrides

createPageAsync(PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup> context, ApiFuture<ListBandwidthGroupsResponse> futureResponse)

public ApiFuture<BandwidthGroupServiceClient.ListBandwidthGroupsPage> createPageAsync(PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup> context, ApiFuture<ListBandwidthGroupsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup>
futureResponse ApiFuture<ListBandwidthGroupsResponse>
Returns
Type Description
ApiFuture<ListBandwidthGroupsPage>
Overrides