| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportSource |
AssetBundleImportSource.clone() |
AssetBundleImportSource |
StartAssetBundleImportJobRequest.getAssetBundleImportSource()
The source of the asset bundle zip file that contains the data that you want to import.
|
AssetBundleImportSource |
AssetBundleImportSource.withBody(ByteBuffer body)
The bytes of the base64 encoded asset bundle import zip file.
|
AssetBundleImportSource |
AssetBundleImportSource.withS3Uri(String s3Uri)
The Amazon S3 URI for an asset bundle import file that exists in an Amazon S3 bucket that the caller has read
access to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartAssetBundleImportJobRequest.setAssetBundleImportSource(AssetBundleImportSource assetBundleImportSource)
The source of the asset bundle zip file that contains the data that you want to import.
|
StartAssetBundleImportJobRequest |
StartAssetBundleImportJobRequest.withAssetBundleImportSource(AssetBundleImportSource assetBundleImportSource)
The source of the asset bundle zip file that contains the data that you want to import.
|
Copyright © 2024. All rights reserved.