| 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 |
|---|---|
GetAssetResult |
AmazonDataZoneClient.getAsset(GetAssetRequest request)
Gets an Amazon DataZone asset.
|
GetAssetResult |
AmazonDataZone.getAsset(GetAssetRequest getAssetRequest)
Gets an Amazon DataZone asset.
|
GetAssetResult |
AbstractAmazonDataZone.getAsset(GetAssetRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAssetResult> |
AbstractAmazonDataZoneAsync.getAssetAsync(GetAssetRequest request) |
Future<GetAssetResult> |
AmazonDataZoneAsync.getAssetAsync(GetAssetRequest getAssetRequest)
Gets an Amazon DataZone asset.
|
Future<GetAssetResult> |
AmazonDataZoneAsyncClient.getAssetAsync(GetAssetRequest request) |
Future<GetAssetResult> |
AbstractAmazonDataZoneAsync.getAssetAsync(GetAssetRequest request,
AsyncHandler<GetAssetRequest,GetAssetResult> asyncHandler) |
Future<GetAssetResult> |
AmazonDataZoneAsync.getAssetAsync(GetAssetRequest getAssetRequest,
AsyncHandler<GetAssetRequest,GetAssetResult> asyncHandler)
Gets an Amazon DataZone asset.
|
Future<GetAssetResult> |
AmazonDataZoneAsyncClient.getAssetAsync(GetAssetRequest request,
AsyncHandler<GetAssetRequest,GetAssetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAssetResult> |
AbstractAmazonDataZoneAsync.getAssetAsync(GetAssetRequest request,
AsyncHandler<GetAssetRequest,GetAssetResult> asyncHandler) |
Future<GetAssetResult> |
AmazonDataZoneAsync.getAssetAsync(GetAssetRequest getAssetRequest,
AsyncHandler<GetAssetRequest,GetAssetResult> asyncHandler)
Gets an Amazon DataZone asset.
|
Future<GetAssetResult> |
AmazonDataZoneAsyncClient.getAssetAsync(GetAssetRequest request,
AsyncHandler<GetAssetRequest,GetAssetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAssetResult |
GetAssetResult.clone() |
GetAssetResult |
GetAssetResult.withCreatedAt(Date createdAt)
The timestamp of when the asset was created.
|
GetAssetResult |
GetAssetResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the asset.
|
GetAssetResult |
GetAssetResult.withDescription(String description)
The description of the Amazon DataZone asset.
|
GetAssetResult |
GetAssetResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain to which the asset belongs.
|
GetAssetResult |
GetAssetResult.withExternalIdentifier(String externalIdentifier)
|
GetAssetResult |
GetAssetResult.withFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first revision of the asset was created.
|
GetAssetResult |
GetAssetResult.withFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the asset.
|
GetAssetResult |
GetAssetResult.withFormsOutput(Collection<FormOutput> formsOutput)
The metadata forms attached to the asset.
|
GetAssetResult |
GetAssetResult.withFormsOutput(FormOutput... formsOutput)
The metadata forms attached to the asset.
|
GetAssetResult |
GetAssetResult.withGlossaryTerms(Collection<String> glossaryTerms)
The business glossary terms attached to the asset.
|
GetAssetResult |
GetAssetResult.withGlossaryTerms(String... glossaryTerms)
The business glossary terms attached to the asset.
|
GetAssetResult |
GetAssetResult.withId(String id)
The ID of the asset.
|
GetAssetResult |
GetAssetResult.withListing(AssetListingDetails listing)
|
GetAssetResult |
GetAssetResult.withName(String name)
The name of the asset.
|
GetAssetResult |
GetAssetResult.withOwningProjectId(String owningProjectId)
The ID of the project that owns the asset.
|
GetAssetResult |
GetAssetResult.withReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
|
GetAssetResult |
GetAssetResult.withReadOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms attached to the asset.
|
GetAssetResult |
GetAssetResult.withRevision(String revision)
The revision of the asset.
|
GetAssetResult |
GetAssetResult.withTypeIdentifier(String typeIdentifier)
The ID of the asset type.
|
GetAssetResult |
GetAssetResult.withTypeRevision(String typeRevision)
The revision of the asset type.
|
Copyright © 2023. All rights reserved.