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