| 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 |
|---|---|
GetAssetTypeResult |
AmazonDataZoneClient.getAssetType(GetAssetTypeRequest request)
Gets an Amazon DataZone asset type.
|
GetAssetTypeResult |
AbstractAmazonDataZone.getAssetType(GetAssetTypeRequest request) |
GetAssetTypeResult |
AmazonDataZone.getAssetType(GetAssetTypeRequest getAssetTypeRequest)
Gets an Amazon DataZone asset type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAssetTypeResult> |
AmazonDataZoneAsyncClient.getAssetTypeAsync(GetAssetTypeRequest request,
AsyncHandler<GetAssetTypeRequest,GetAssetTypeResult> asyncHandler) |
Future<GetAssetTypeResult> |
AmazonDataZoneAsync.getAssetTypeAsync(GetAssetTypeRequest getAssetTypeRequest,
AsyncHandler<GetAssetTypeRequest,GetAssetTypeResult> asyncHandler)
Gets an Amazon DataZone asset type.
|
Future<GetAssetTypeResult> |
AbstractAmazonDataZoneAsync.getAssetTypeAsync(GetAssetTypeRequest request,
AsyncHandler<GetAssetTypeRequest,GetAssetTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAssetTypeResult |
GetAssetTypeResult.addFormsOutputEntry(String key,
FormEntryOutput value)
Add a single FormsOutput entry
|
GetAssetTypeResult |
GetAssetTypeResult.clearFormsOutputEntries()
Removes all the entries added into FormsOutput.
|
GetAssetTypeResult |
GetAssetTypeResult.clone() |
GetAssetTypeResult |
GetAssetTypeResult.withCreatedAt(Date createdAt)
The timestamp of when the asset type was created.
|
GetAssetTypeResult |
GetAssetTypeResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the asset type.
|
GetAssetTypeResult |
GetAssetTypeResult.withDescription(String description)
The description of the asset type.
|
GetAssetTypeResult |
GetAssetTypeResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the asset type exists.
|
GetAssetTypeResult |
GetAssetTypeResult.withFormsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms attached to the asset type.
|
GetAssetTypeResult |
GetAssetTypeResult.withName(String name)
The name of the asset type.
|
GetAssetTypeResult |
GetAssetTypeResult.withOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the asset type was originally created.
|
GetAssetTypeResult |
GetAssetTypeResult.withOriginProjectId(String originProjectId)
The ID of the Amazon DataZone project in which the asset type was originally created.
|
GetAssetTypeResult |
GetAssetTypeResult.withOwningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the asset type.
|
GetAssetTypeResult |
GetAssetTypeResult.withRevision(String revision)
The revision of the asset type.
|
GetAssetTypeResult |
GetAssetTypeResult.withUpdatedAt(Date updatedAt)
The timestamp of when the asset type was updated.
|
GetAssetTypeResult |
GetAssetTypeResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user that updated the asset type.
|
Copyright © 2024. All rights reserved.