Class BatchServiceClient.ListResourceAllowancesPage (0.41.0)

public static class BatchServiceClient.ListResourceAllowancesPage extends AbstractPage<ListResourceAllowancesRequest,ListResourceAllowancesResponse,ResourceAllowance,BatchServiceClient.ListResourceAllowancesPage>

Inheritance

java.lang.Object > AbstractPage > BatchServiceClient.ListResourceAllowancesPage

Methods

createPage(PageContext<ListResourceAllowancesRequest,ListResourceAllowancesResponse,ResourceAllowance> context, ListResourceAllowancesResponse response)

protected BatchServiceClient.ListResourceAllowancesPage createPage(PageContext<ListResourceAllowancesRequest,ListResourceAllowancesResponse,ResourceAllowance> context, ListResourceAllowancesResponse response)
Parameters
NameDescription
contextPageContext<ListResourceAllowancesRequest,ListResourceAllowancesResponse,ResourceAllowance>
responseListResourceAllowancesResponse
Returns
TypeDescription
BatchServiceClient.ListResourceAllowancesPage
Overrides

createPageAsync(PageContext<ListResourceAllowancesRequest,ListResourceAllowancesResponse,ResourceAllowance> context, ApiFuture<ListResourceAllowancesResponse> futureResponse)

public ApiFuture<BatchServiceClient.ListResourceAllowancesPage> createPageAsync(PageContext<ListResourceAllowancesRequest,ListResourceAllowancesResponse,ResourceAllowance> context, ApiFuture<ListResourceAllowancesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListResourceAllowancesRequest,ListResourceAllowancesResponse,ResourceAllowance>
futureResponseApiFuture<ListResourceAllowancesResponse>
Returns
TypeDescription
ApiFuture<ListResourceAllowancesPage>
Overrides