| 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 |
|---|---|
GetLineageNodeResult |
AbstractAmazonDataZone.getLineageNode(GetLineageNodeRequest request) |
GetLineageNodeResult |
AmazonDataZoneClient.getLineageNode(GetLineageNodeRequest request)
Gets the data lineage node.
|
GetLineageNodeResult |
AmazonDataZone.getLineageNode(GetLineageNodeRequest getLineageNodeRequest)
Gets the data lineage node.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLineageNodeResult> |
AbstractAmazonDataZoneAsync.getLineageNodeAsync(GetLineageNodeRequest request,
AsyncHandler<GetLineageNodeRequest,GetLineageNodeResult> asyncHandler) |
Future<GetLineageNodeResult> |
AmazonDataZoneAsyncClient.getLineageNodeAsync(GetLineageNodeRequest request,
AsyncHandler<GetLineageNodeRequest,GetLineageNodeResult> asyncHandler) |
Future<GetLineageNodeResult> |
AmazonDataZoneAsync.getLineageNodeAsync(GetLineageNodeRequest getLineageNodeRequest,
AsyncHandler<GetLineageNodeRequest,GetLineageNodeResult> asyncHandler)
Gets the data lineage node.
|
| Modifier and Type | Method and Description |
|---|---|
GetLineageNodeResult |
GetLineageNodeResult.clone() |
GetLineageNodeResult |
GetLineageNodeResult.withCreatedAt(Date createdAt)
The timestamp at which the data lineage node was created.
|
GetLineageNodeResult |
GetLineageNodeResult.withCreatedBy(String createdBy)
The user who created the data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withDescription(String description)
The description of the data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withDomainId(String domainId)
The ID of the domain where you're getting the data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withDownstreamNodes(Collection<LineageNodeReference> downstreamNodes)
The downsteam nodes of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withDownstreamNodes(LineageNodeReference... downstreamNodes)
The downsteam nodes of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withEventTimestamp(Date eventTimestamp)
The timestamp of the event described in the data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withFormsOutput(Collection<FormOutput> formsOutput)
The metadata of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withFormsOutput(FormOutput... formsOutput)
The metadata of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withId(String id)
The ID of the data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withName(String name)
The name of the data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withSourceIdentifier(String sourceIdentifier)
The source identifier of the data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withTypeName(String typeName)
The name of the type of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withTypeRevision(String typeRevision)
The revision type of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withUpdatedAt(Date updatedAt)
The timestamp at which the data lineage node was updated.
|
GetLineageNodeResult |
GetLineageNodeResult.withUpdatedBy(String updatedBy)
The user who updated the data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withUpstreamNodes(Collection<LineageNodeReference> upstreamNodes)
The upstream nodes of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withUpstreamNodes(LineageNodeReference... upstreamNodes)
The upstream nodes of the specified data lineage node.
|
Copyright © 2024. All rights reserved.