Class DataplexServiceClient.ListZoneActionsPage (1.40.0)

public static class DataplexServiceClient.ListZoneActionsPage extends AbstractPage<ListZoneActionsRequest,ListActionsResponse,Action,DataplexServiceClient.ListZoneActionsPage>

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListZoneActionsPage

Methods

createPage(PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, ListActionsResponse response)

protected DataplexServiceClient.ListZoneActionsPage createPage(PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, ListActionsResponse response)
Parameters
Name Description
context PageContext<ListZoneActionsRequest,ListActionsResponse,Action>
response ListActionsResponse
Returns
Type Description
DataplexServiceClient.ListZoneActionsPage
Overrides

createPageAsync(PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, ApiFuture<ListActionsResponse> futureResponse)

public ApiFuture<DataplexServiceClient.ListZoneActionsPage> createPageAsync(PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, ApiFuture<ListActionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListZoneActionsRequest,ListActionsResponse,Action>
futureResponse ApiFuture<ListActionsResponse>
Returns
Type Description
ApiFuture<ListZoneActionsPage>
Overrides