| 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 |
|---|---|
Future<ListLineageNodeHistoryResult> |
AbstractAmazonDataZoneAsync.listLineageNodeHistoryAsync(ListLineageNodeHistoryRequest request,
AsyncHandler<ListLineageNodeHistoryRequest,ListLineageNodeHistoryResult> asyncHandler) |
Future<ListLineageNodeHistoryResult> |
AmazonDataZoneAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.clone() |
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.withDirection(EdgeDirection direction)
The direction of the data lineage node refers to the lineage node having neighbors in that direction.
|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.withDirection(String direction)
The direction of the data lineage node refers to the lineage node having neighbors in that direction.
|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.withDomainIdentifier(String domainIdentifier)
The ID of the domain where you want to list the history of the specified data lineage node.
|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.withEventTimestampGTE(Date eventTimestampGTE)
Specifies whether the action is to return data lineage node history from the time after the event timestamp.
|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.withEventTimestampLTE(Date eventTimestampLTE)
Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.
|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.withIdentifier(String identifier)
The ID of the data lineage node whose history you want to list.
|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.withMaxResults(Integer maxResults)
The maximum number of history items to return in a single call to ListLineageNodeHistory.
|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.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.
|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.withSortOrder(SortOrder sortOrder)
The order by which you want data lineage node history to be sorted.
|
ListLineageNodeHistoryRequest |
ListLineageNodeHistoryRequest.withSortOrder(String sortOrder)
The order by which you want data lineage node history to be sorted.
|
Copyright © 2024. All rights reserved.