| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataGenerationRunTarget |
MetadataGenerationRunTarget.clone() |
MetadataGenerationRunTarget |
StartMetadataGenerationRunRequest.getTarget()
The asset for which you want to start a metadata generation run.
|
MetadataGenerationRunTarget |
GetMetadataGenerationRunResult.getTarget()
The asset for which you're generating metadata.
|
MetadataGenerationRunTarget |
MetadataGenerationRunItem.getTarget()
The asset for which metadata was generated.
|
MetadataGenerationRunTarget |
MetadataGenerationRunTarget.withIdentifier(String identifier)
The ID of the metadata generation run's target.
|
MetadataGenerationRunTarget |
MetadataGenerationRunTarget.withRevision(String revision)
The revision of the asset for which metadata was generated.
|
MetadataGenerationRunTarget |
MetadataGenerationRunTarget.withType(MetadataGenerationTargetType type)
The type of the asset for which metadata was generated.
|
MetadataGenerationRunTarget |
MetadataGenerationRunTarget.withType(String type)
The type of the asset for which metadata was generated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartMetadataGenerationRunRequest.setTarget(MetadataGenerationRunTarget target)
The asset for which you want to start a metadata generation run.
|
void |
GetMetadataGenerationRunResult.setTarget(MetadataGenerationRunTarget target)
The asset for which you're generating metadata.
|
void |
MetadataGenerationRunItem.setTarget(MetadataGenerationRunTarget target)
The asset for which metadata was generated.
|
StartMetadataGenerationRunRequest |
StartMetadataGenerationRunRequest.withTarget(MetadataGenerationRunTarget target)
The asset for which you want to start a metadata generation run.
|
GetMetadataGenerationRunResult |
GetMetadataGenerationRunResult.withTarget(MetadataGenerationRunTarget target)
The asset for which you're generating metadata.
|
MetadataGenerationRunItem |
MetadataGenerationRunItem.withTarget(MetadataGenerationRunTarget target)
The asset for which metadata was generated.
|
Copyright © 2024. All rights reserved.