| 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 |
|---|---|
CreateAssetRevisionResult |
AbstractAmazonDataZone.createAssetRevision(CreateAssetRevisionRequest request) |
CreateAssetRevisionResult |
AmazonDataZoneClient.createAssetRevision(CreateAssetRevisionRequest request)
Creates a revision of the asset.
|
CreateAssetRevisionResult |
AmazonDataZone.createAssetRevision(CreateAssetRevisionRequest createAssetRevisionRequest)
Creates a revision of the asset.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAssetRevisionResult> |
AbstractAmazonDataZoneAsync.createAssetRevisionAsync(CreateAssetRevisionRequest request,
AsyncHandler<CreateAssetRevisionRequest,CreateAssetRevisionResult> asyncHandler) |
Future<CreateAssetRevisionResult> |
AmazonDataZoneAsync.createAssetRevisionAsync(CreateAssetRevisionRequest createAssetRevisionRequest,
AsyncHandler<CreateAssetRevisionRequest,CreateAssetRevisionResult> asyncHandler)
Creates a revision of the asset.
|
Future<CreateAssetRevisionResult> |
AmazonDataZoneAsyncClient.createAssetRevisionAsync(CreateAssetRevisionRequest request,
AsyncHandler<CreateAssetRevisionRequest,CreateAssetRevisionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAssetRevisionResult |
CreateAssetRevisionResult.clone() |
CreateAssetRevisionResult |
CreateAssetRevisionResult.withCreatedAt(Date createdAt)
The timestamp of when the asset revision occured.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withCreatedBy(String createdBy)
The Amazon DataZone user who performed the asset revision.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withDescription(String description)
The revised asset description.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withDomainId(String domainId)
The unique identifier of the Amazon DataZone domain where the asset was revised.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withExternalIdentifier(String externalIdentifier)
The external identifier of the asset.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first asset revision occured.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who performed the first asset revision.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withFormsOutput(FormOutput... formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withGlossaryTerms(String... glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withId(String id)
The unique identifier of the asset revision.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withLatestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withLatestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput)
The latest data point that was imported into the time series form for the asset.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withListing(AssetListingDetails listing)
The details of an asset published in an Amazon DataZone catalog.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withName(String name)
The revised name of the asset.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withOwningProjectId(String owningProjectId)
The unique identifier of the revised project that owns the asset.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withPredictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withReadOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withRevision(String revision)
The revision of the asset.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withTypeIdentifier(String typeIdentifier)
The identifier of the revision type.
|
CreateAssetRevisionResult |
CreateAssetRevisionResult.withTypeRevision(String typeRevision)
The revision type of the asset.
|
Copyright © 2024. All rights reserved.