| 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<StartMetadataGenerationRunResult> |
AbstractAmazonDataZoneAsync.startMetadataGenerationRunAsync(StartMetadataGenerationRunRequest request,
AsyncHandler<StartMetadataGenerationRunRequest,StartMetadataGenerationRunResult> asyncHandler) |
Future<StartMetadataGenerationRunResult> |
AmazonDataZoneAsyncClient.startMetadataGenerationRunAsync(StartMetadataGenerationRunRequest request,
AsyncHandler<StartMetadataGenerationRunRequest,StartMetadataGenerationRunResult> asyncHandler) |
Future<StartMetadataGenerationRunResult> |
AmazonDataZoneAsync.startMetadataGenerationRunAsync(StartMetadataGenerationRunRequest startMetadataGenerationRunRequest,
AsyncHandler<StartMetadataGenerationRunRequest,StartMetadataGenerationRunResult> asyncHandler)
Starts the metadata generation run.
|
| Modifier and Type | Method and Description |
|---|---|
StartMetadataGenerationRunRequest |
StartMetadataGenerationRunRequest.clone() |
StartMetadataGenerationRunRequest |
StartMetadataGenerationRunRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
StartMetadataGenerationRunRequest |
StartMetadataGenerationRunRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to start a metadata generation run.
|
StartMetadataGenerationRunRequest |
StartMetadataGenerationRunRequest.withOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that owns the asset for which you want to start a metadata generation run.
|
StartMetadataGenerationRunRequest |
StartMetadataGenerationRunRequest.withTarget(MetadataGenerationRunTarget target)
The asset for which you want to start a metadata generation run.
|
StartMetadataGenerationRunRequest |
StartMetadataGenerationRunRequest.withType(MetadataGenerationRunType type)
The type of the metadata generation run.
|
StartMetadataGenerationRunRequest |
StartMetadataGenerationRunRequest.withType(String type)
The type of the metadata generation run.
|
Copyright © 2024. All rights reserved.