Class DataplexServiceClient.ListLakeActionsPage (1.41.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
Name Description
context PageContext<ListLakeActionsRequest,ListActionsResponse,Action>
response ListActionsResponse
Returns
Type Description
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
Name Description
context PageContext<ListLakeActionsRequest,ListActionsResponse,Action>
futureResponse ApiFuture<ListActionsResponse>
Returns
Type Description
ApiFuture<ListLakeActionsPage>
Overrides