| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
ListLineageNodeHistoryResult |
AbstractAmazonDataZone.listLineageNodeHistory(ListLineageNodeHistoryRequest request) |
ListLineageNodeHistoryResult |
AmazonDataZoneClient.listLineageNodeHistory(ListLineageNodeHistoryRequest request)
Lists the history of the specified data lineage node.
|
ListLineageNodeHistoryResult |
AmazonDataZone.listLineageNodeHistory(ListLineageNodeHistoryRequest listLineageNodeHistoryRequest)
Lists the history of the specified data lineage node.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLineageNodeHistoryResult> |
AbstractAmazonDataZoneAsync.listLineageNodeHistoryAsync(ListLineageNodeHistoryRequest request,
AsyncHandler<ListLineageNodeHistoryRequest,ListLineageNodeHistoryResult> asyncHandler) |
Future<ListLineageNodeHistoryResult> |
AmazonDataZoneAsync.listLineageNodeHistoryAsync(ListLineageNodeHistoryRequest listLineageNodeHistoryRequest,
AsyncHandler<ListLineageNodeHistoryRequest,ListLineageNodeHistoryResult> asyncHandler)
Lists the history of the specified data lineage node.
|
Future<ListLineageNodeHistoryResult> |
AmazonDataZoneAsyncClient.listLineageNodeHistoryAsync(ListLineageNodeHistoryRequest request,
AsyncHandler<ListLineageNodeHistoryRequest,ListLineageNodeHistoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLineageNodeHistoryResult |
ListLineageNodeHistoryResult.clone() |
ListLineageNodeHistoryResult |
ListLineageNodeHistoryResult.withNextToken(String nextToken)
When the number of history items is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of items, the response includes a
pagination token named NextToken.
|
ListLineageNodeHistoryResult |
ListLineageNodeHistoryResult.withNodes(Collection<LineageNodeSummary> nodes)
The nodes returned by the ListLineageNodeHistory action.
|
ListLineageNodeHistoryResult |
ListLineageNodeHistoryResult.withNodes(LineageNodeSummary... nodes)
The nodes returned by the ListLineageNodeHistory action.
|
Copyright © 2024. All rights reserved.