Class BatchServiceClient.ListResourceAllowancesPage (0.45.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
Name Description
context PageContext<ListResourceAllowancesRequest,ListResourceAllowancesResponse,ResourceAllowance>
response ListResourceAllowancesResponse
Returns
Type Description
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
Name Description
context PageContext<ListResourceAllowancesRequest,ListResourceAllowancesResponse,ResourceAllowance>
futureResponse ApiFuture<ListResourceAllowancesResponse>
Returns
Type Description
ApiFuture<ListResourceAllowancesPage>
Overrides