Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportFormat
-
Packages that use AssetBundleExportFormat Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleExportFormat in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AssetBundleExportFormat Modifier and Type Method Description AssetBundleExportFormatAssetBundleExportJobSummary. exportFormat()The format for the export job.AssetBundleExportFormatDescribeAssetBundleExportJobResponse. exportFormat()The format of the exported asset bundle.AssetBundleExportFormatStartAssetBundleExportJobRequest. exportFormat()The export data format.static AssetBundleExportFormatAssetBundleExportFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssetBundleExportFormatAssetBundleExportFormat. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleExportFormat Modifier and Type Method Description static Set<AssetBundleExportFormat>AssetBundleExportFormat. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportFormat Modifier and Type Method Description AssetBundleExportJobSummary.BuilderAssetBundleExportJobSummary.Builder. exportFormat(AssetBundleExportFormat exportFormat)The format for the export job.DescribeAssetBundleExportJobResponse.BuilderDescribeAssetBundleExportJobResponse.Builder. exportFormat(AssetBundleExportFormat exportFormat)The format of the exported asset bundle.StartAssetBundleExportJobRequest.BuilderStartAssetBundleExportJobRequest.Builder. exportFormat(AssetBundleExportFormat exportFormat)The export data format.
-