Class DataplexServiceClient.ListLakeActionsPage (1.39.0)

public static class DataplexServiceClient.ListLakeActionsPage extends AbstractPage<ListLakeActionsRequest,ListActionsResponse,Action,DataplexServiceClient.ListLakeActionsPage>

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListLakeActionsPage

Methods

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

protected DataplexServiceClient.ListLakeActionsPage createPage(PageContext<ListLakeActionsRequest,ListActionsResponse,Action> context, ListActionsResponse response)
Parameters
NameDescription
contextPageContext<ListLakeActionsRequest,ListActionsResponse,Action>
responseListActionsResponse
Returns
TypeDescription
DataplexServiceClient.ListLakeActionsPage
Overrides

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

public ApiFuture<DataplexServiceClient.ListLakeActionsPage> createPageAsync(PageContext<ListLakeActionsRequest,ListActionsResponse,Action> context, ApiFuture<ListActionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListLakeActionsRequest,ListActionsResponse,Action>
futureResponseApiFuture<ListActionsResponse>
Returns
TypeDescription
ApiFuture<ListLakeActionsPage>
Overrides