| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
List<AssetDestinationEntry> |
ExportAssetsToS3RequestDetails.assetDestinations()
The destination for the asset.
|
List<AssetDestinationEntry> |
ExportAssetsToS3ResponseDetails.assetDestinations()
The destination in Amazon S3 where the asset is exported.
|
| Modifier and Type | Method and Description |
|---|---|
ExportAssetsToS3RequestDetails.Builder |
ExportAssetsToS3RequestDetails.Builder.assetDestinations(AssetDestinationEntry... assetDestinations)
The destination for the asset.
|
ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.Builder.assetDestinations(AssetDestinationEntry... assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
| Modifier and Type | Method and Description |
|---|---|
ExportAssetsToS3RequestDetails.Builder |
ExportAssetsToS3RequestDetails.Builder.assetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination for the asset.
|
ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.Builder.assetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
Copyright © 2023. All rights reserved.