Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobValidationStrategy
-
Packages that use AssetBundleExportJobValidationStrategy Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleExportJobValidationStrategy in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AssetBundleExportJobValidationStrategy Modifier and Type Method Description AssetBundleExportJobValidationStrategyDescribeAssetBundleExportJobResponse. validationStrategy()The validation strategy that is used to export the analysis or dashboard.AssetBundleExportJobValidationStrategyStartAssetBundleExportJobRequest. validationStrategy()An optional parameter that determines which validation strategy to use for the export job.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportJobValidationStrategy Modifier and Type Method Description DescribeAssetBundleExportJobResponse.BuilderDescribeAssetBundleExportJobResponse.Builder. validationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)The validation strategy that is used to export the analysis or dashboard.StartAssetBundleExportJobRequest.BuilderStartAssetBundleExportJobRequest.Builder. validationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)An optional parameter that determines which validation strategy to use for the export job.
-