| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleExportFormat |
StartAssetBundleExportJobRequest.exportFormat()
The export data format.
|
AssetBundleExportFormat |
AssetBundleExportJobSummary.exportFormat()
The format for the export job.
|
AssetBundleExportFormat |
DescribeAssetBundleExportJobResponse.exportFormat()
The format of the exported asset bundle.
|
static AssetBundleExportFormat |
AssetBundleExportFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AssetBundleExportFormat |
AssetBundleExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetBundleExportFormat[] |
AssetBundleExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AssetBundleExportFormat> |
AssetBundleExportFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartAssetBundleExportJobRequest.Builder |
StartAssetBundleExportJobRequest.Builder.exportFormat(AssetBundleExportFormat exportFormat)
The export data format.
|
AssetBundleExportJobSummary.Builder |
AssetBundleExportJobSummary.Builder.exportFormat(AssetBundleExportFormat exportFormat)
The format for the export job.
|
DescribeAssetBundleExportJobResponse.Builder |
DescribeAssetBundleExportJobResponse.Builder.exportFormat(AssetBundleExportFormat exportFormat)
The format of the exported asset bundle.
|
Copyright © 2023. All rights reserved.