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