Class DataplexServiceClient.ListZoneActionsPage (1.39.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
NameDescription
contextPageContext<ListZoneActionsRequest,ListActionsResponse,Action>
responseListActionsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListZoneActionsRequest,ListActionsResponse,Action>
futureResponseApiFuture<ListActionsResponse>
Returns
TypeDescription
ApiFuture<ListZoneActionsPage>
Overrides