| 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 |
|---|---|
GetMetadataGenerationRunResult |
AbstractAmazonDataZone.getMetadataGenerationRun(GetMetadataGenerationRunRequest request) |
GetMetadataGenerationRunResult |
AmazonDataZoneClient.getMetadataGenerationRun(GetMetadataGenerationRunRequest request)
Gets a metadata generation run in Amazon DataZone.
|
GetMetadataGenerationRunResult |
AmazonDataZone.getMetadataGenerationRun(GetMetadataGenerationRunRequest getMetadataGenerationRunRequest)
Gets a metadata generation run in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMetadataGenerationRunResult> |
AbstractAmazonDataZoneAsync.getMetadataGenerationRunAsync(GetMetadataGenerationRunRequest request,
AsyncHandler<GetMetadataGenerationRunRequest,GetMetadataGenerationRunResult> asyncHandler) |
Future<GetMetadataGenerationRunResult> |
AmazonDataZoneAsync.getMetadataGenerationRunAsync(GetMetadataGenerationRunRequest getMetadataGenerationRunRequest,
AsyncHandler<GetMetadataGenerationRunRequest,GetMetadataGenerationRunResult> asyncHandler)
Gets a metadata generation run in Amazon DataZone.
|
Future<GetMetadataGenerationRunResult> |
AmazonDataZoneAsyncClient.getMetadataGenerationRunAsync(GetMetadataGenerationRunRequest request,
AsyncHandler<GetMetadataGenerationRunRequest,GetMetadataGenerationRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.clone() |
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withCreatedAt(Date createdAt)
The timestamp of when the metadata generation run was start.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withCreatedBy(String createdBy)
The Amazon DataZone user who started the metadata generation run.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withId(String id)
The ID of the metadata generation run.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withOwningProjectId(String owningProjectId)
The ID of the project that owns the assets for which you're running metadata generation.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation run.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withStatus(String status)
The status of the metadata generation run.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withTarget(MetadataGenerationRunTarget target)
The asset for which you're generating metadata.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withType(MetadataGenerationRunType type)
The type of metadata generation run.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withType(String type)
The type of metadata generation run.
|
Copyright © 2024. All rights reserved.