Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobStatus
-
Packages that use AssetBundleExportJobStatus Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleExportJobStatus in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AssetBundleExportJobStatus Modifier and Type Method Description static AssetBundleExportJobStatusAssetBundleExportJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssetBundleExportJobStatusAssetBundleExportJobSummary. jobStatus()The current status of the export job.AssetBundleExportJobStatusDescribeAssetBundleExportJobResponse. jobStatus()Indicates the status of a job through its queuing and execution.static AssetBundleExportJobStatusAssetBundleExportJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetBundleExportJobStatus[]AssetBundleExportJobStatus. 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 AssetBundleExportJobStatus Modifier and Type Method Description static Set<AssetBundleExportJobStatus>AssetBundleExportJobStatus. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportJobStatus Modifier and Type Method Description AssetBundleExportJobSummary.BuilderAssetBundleExportJobSummary.Builder. jobStatus(AssetBundleExportJobStatus jobStatus)The current status of the export job.DescribeAssetBundleExportJobResponse.BuilderDescribeAssetBundleExportJobResponse.Builder. jobStatus(AssetBundleExportJobStatus jobStatus)Indicates the status of a job through its queuing and execution.
-