| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
AssetTypeItem |
AssetTypeItem.addFormsOutputEntry(String key,
FormEntryOutput value)
Add a single FormsOutput entry
|
AssetTypeItem |
AssetTypeItem.clearFormsOutputEntries()
Removes all the entries added into FormsOutput.
|
AssetTypeItem |
AssetTypeItem.clone() |
AssetTypeItem |
SearchTypesResultItem.getAssetTypeItem()
The asset type included in the results of the
SearchTypes action. |
AssetTypeItem |
AssetTypeItem.withCreatedAt(Date createdAt)
The timestamp of when the asset type was created.
|
AssetTypeItem |
AssetTypeItem.withCreatedBy(String createdBy)
The Amazon DataZone user who created the asset type.
|
AssetTypeItem |
AssetTypeItem.withDescription(String description)
The description of the asset type.
|
AssetTypeItem |
AssetTypeItem.withDomainId(String domainId)
The identifier of the Amazon DataZone domain where the asset type exists.
|
AssetTypeItem |
AssetTypeItem.withFormsOutput(Map<String,FormEntryOutput> formsOutput)
The forms included in the details of the asset type.
|
AssetTypeItem |
AssetTypeItem.withName(String name)
The name of the asset type.
|
AssetTypeItem |
AssetTypeItem.withOriginDomainId(String originDomainId)
The identifier of the Amazon DataZone domain where the asset type was originally created.
|
AssetTypeItem |
AssetTypeItem.withOriginProjectId(String originProjectId)
The identifier of the Amazon DataZone project where the asset type exists.
|
AssetTypeItem |
AssetTypeItem.withOwningProjectId(String owningProjectId)
The identifier of the Amazon DataZone project that owns the asset type.
|
AssetTypeItem |
AssetTypeItem.withRevision(String revision)
The revision of the asset type.
|
AssetTypeItem |
AssetTypeItem.withUpdatedAt(Date updatedAt)
The timestamp of when the asset type was updated.
|
AssetTypeItem |
AssetTypeItem.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the asset type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchTypesResultItem.setAssetTypeItem(AssetTypeItem assetTypeItem)
The asset type included in the results of the
SearchTypes action. |
SearchTypesResultItem |
SearchTypesResultItem.withAssetTypeItem(AssetTypeItem assetTypeItem)
The asset type included in the results of the
SearchTypes action. |
Copyright © 2024. All rights reserved.