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