| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
AssetEntry |
AssetEntry.clone() |
AssetEntry |
AssetEntry.withArn(String arn)
The ARN for the asset.
|
AssetEntry |
AssetEntry.withAssetDetails(AssetDetails assetDetails)
Information about the asset, including its size.
|
AssetEntry |
AssetEntry.withAssetType(AssetType assetType)
The type of file your data is stored in.
|
AssetEntry |
AssetEntry.withAssetType(String assetType)
The type of file your data is stored in.
|
AssetEntry |
AssetEntry.withCreatedAt(Date createdAt)
The date and time that the asset was created, in ISO 8601 format.
|
AssetEntry |
AssetEntry.withDataSetId(String dataSetId)
The unique identifier for the data set associated with this asset.
|
AssetEntry |
AssetEntry.withId(String id)
The unique identifier for the asset.
|
AssetEntry |
AssetEntry.withName(String name)
The name of the asset.
|
AssetEntry |
AssetEntry.withRevisionId(String revisionId)
The unique identifier for the revision associated with this asset.
|
AssetEntry |
AssetEntry.withSourceId(String sourceId)
The asset ID of the owned asset corresponding to the entitled asset being viewed.
|
AssetEntry |
AssetEntry.withUpdatedAt(Date updatedAt)
The date and time that the asset was last updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetEntry> |
ListRevisionAssetsResult.getAssets()
The asset objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListRevisionAssetsResult |
ListRevisionAssetsResult.withAssets(AssetEntry... assets)
The asset objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRevisionAssetsResult.setAssets(Collection<AssetEntry> assets)
The asset objects listed by the request.
|
ListRevisionAssetsResult |
ListRevisionAssetsResult.withAssets(Collection<AssetEntry> assets)
The asset objects listed by the request.
|
Copyright © 2020. All rights reserved.