Class DataplexServiceClient.ListAssetActionsPage (1.0.1)

public static class DataplexServiceClient.ListAssetActionsPage extends AbstractPage<ListAssetActionsRequest,ListActionsResponse,Action,DataplexServiceClient.ListAssetActionsPage>

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListAssetActionsPage

Methods

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

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

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

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