| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
AssetSourceEntry |
AssetSourceEntry.clone() |
AssetSourceEntry |
AssetSourceEntry.withBucket(String bucket)
The Amazon S3 bucket that's part of the source of the asset.
|
AssetSourceEntry |
AssetSourceEntry.withKey(String key)
The name of the object in Amazon S3 for the asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetSourceEntry> |
ImportAssetsFromS3RequestDetails.getAssetSources()
Is a list of Amazon S3 bucket and object key pairs.
|
List<AssetSourceEntry> |
ImportAssetsFromS3ResponseDetails.getAssetSources()
Is a list of Amazon S3 bucket and object key pairs.
|
List<AssetSourceEntry> |
Details.getImportAssetsFromS3JobErrorDetails()
Details about the job error.
|
| Modifier and Type | Method and Description |
|---|---|
ImportAssetsFromS3RequestDetails |
ImportAssetsFromS3RequestDetails.withAssetSources(AssetSourceEntry... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3ResponseDetails |
ImportAssetsFromS3ResponseDetails.withAssetSources(AssetSourceEntry... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
Details |
Details.withImportAssetsFromS3JobErrorDetails(AssetSourceEntry... importAssetsFromS3JobErrorDetails)
Details about the job error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportAssetsFromS3RequestDetails.setAssetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
void |
ImportAssetsFromS3ResponseDetails.setAssetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
void |
Details.setImportAssetsFromS3JobErrorDetails(Collection<AssetSourceEntry> importAssetsFromS3JobErrorDetails)
Details about the job error.
|
ImportAssetsFromS3RequestDetails |
ImportAssetsFromS3RequestDetails.withAssetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3ResponseDetails |
ImportAssetsFromS3ResponseDetails.withAssetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
Details |
Details.withImportAssetsFromS3JobErrorDetails(Collection<AssetSourceEntry> importAssetsFromS3JobErrorDetails)
Details about the job error.
|
Copyright © 2023. All rights reserved.