| 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 |
|---|---|
StartMetadataGenerationRunResult |
AmazonDataZoneClient.startMetadataGenerationRun(StartMetadataGenerationRunRequest request)
Starts the metadata generation run.
|
StartMetadataGenerationRunResult |
AmazonDataZone.startMetadataGenerationRun(StartMetadataGenerationRunRequest startMetadataGenerationRunRequest)
Starts the metadata generation run.
|
StartMetadataGenerationRunResult |
AbstractAmazonDataZone.startMetadataGenerationRun(StartMetadataGenerationRunRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartMetadataGenerationRunResult> |
AbstractAmazonDataZoneAsync.startMetadataGenerationRunAsync(StartMetadataGenerationRunRequest request,
AsyncHandler<StartMetadataGenerationRunRequest,StartMetadataGenerationRunResult> asyncHandler) |
Future<StartMetadataGenerationRunResult> |
AmazonDataZoneAsync.startMetadataGenerationRunAsync(StartMetadataGenerationRunRequest startMetadataGenerationRunRequest,
AsyncHandler<StartMetadataGenerationRunRequest,StartMetadataGenerationRunResult> asyncHandler)
Starts the metadata generation run.
|
Future<StartMetadataGenerationRunResult> |
AmazonDataZoneAsyncClient.startMetadataGenerationRunAsync(StartMetadataGenerationRunRequest request,
AsyncHandler<StartMetadataGenerationRunRequest,StartMetadataGenerationRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.clone() |
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.withCreatedAt(Date createdAt)
The timestamp at which the metadata generation run was started.
|
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.withCreatedBy(String createdBy)
The ID of the user who started the metadata generation run.
|
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the metadata generation run was started.
|
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.withId(String id)
The ID of the metadata generation run.
|
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.withOwningProjectId(String owningProjectId)
The ID of the project that owns the asset for which the metadata generation run was started.
|
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation run.
|
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.withStatus(String status)
The status of the metadata generation run.
|
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.withType(MetadataGenerationRunType type)
The type of the metadata generation run.
|
StartMetadataGenerationRunResult |
StartMetadataGenerationRunResult.withType(String type)
The type of the metadata generation run.
|
Copyright © 2024. All rights reserved.