| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
AssetRevision |
AssetRevision.clone() |
AssetRevision |
AssetRevision.withCreatedAt(Date createdAt)
The timestamp of when an inventory asset revison was created.
|
AssetRevision |
AssetRevision.withCreatedBy(String createdBy)
The Amazon DataZone user who created the asset revision.
|
AssetRevision |
AssetRevision.withDomainId(String domainId)
The Amazon DataZone user who created the inventory asset.
|
AssetRevision |
AssetRevision.withId(String id)
The identifier of the inventory asset revision.
|
AssetRevision |
AssetRevision.withRevision(String revision)
The revision details of the inventory asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetRevision> |
ListAssetRevisionsResult.getItems()
The results of the
ListAssetRevisions action. |
| Modifier and Type | Method and Description |
|---|---|
ListAssetRevisionsResult |
ListAssetRevisionsResult.withItems(AssetRevision... items)
The results of the
ListAssetRevisions action. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetRevisionsResult.setItems(Collection<AssetRevision> items)
The results of the
ListAssetRevisions action. |
ListAssetRevisionsResult |
ListAssetRevisionsResult.withItems(Collection<AssetRevision> items)
The results of the
ListAssetRevisions action. |
Copyright © 2023. All rights reserved.