| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
AssetDestinationEntry |
AssetDestinationEntry.clone() |
AssetDestinationEntry |
AssetDestinationEntry.withAssetId(String assetId)
The unique identifier for the asset.
|
AssetDestinationEntry |
AssetDestinationEntry.withBucket(String bucket)
The S3 bucket that is the destination for the asset.
|
AssetDestinationEntry |
AssetDestinationEntry.withKey(String key)
The name of the object in Amazon S3 for the asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetDestinationEntry> |
ExportAssetsToS3ResponseDetails.getAssetDestinations()
The destination in Amazon S3 where the asset is exported.
|
List<AssetDestinationEntry> |
ExportAssetsToS3RequestDetails.getAssetDestinations()
The destination for the asset.
|
| Modifier and Type | Method and Description |
|---|---|
ExportAssetsToS3ResponseDetails |
ExportAssetsToS3ResponseDetails.withAssetDestinations(AssetDestinationEntry... assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
ExportAssetsToS3RequestDetails |
ExportAssetsToS3RequestDetails.withAssetDestinations(AssetDestinationEntry... assetDestinations)
The destination for the asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportAssetsToS3ResponseDetails.setAssetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
void |
ExportAssetsToS3RequestDetails.setAssetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination for the asset.
|
ExportAssetsToS3ResponseDetails |
ExportAssetsToS3ResponseDetails.withAssetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
ExportAssetsToS3RequestDetails |
ExportAssetsToS3RequestDetails.withAssetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination for the asset.
|
Copyright © 2022. All rights reserved.