Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobRefreshScheduleOverrideProperties
-
Packages that use AssetBundleExportJobRefreshScheduleOverrideProperties Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleExportJobRefreshScheduleOverrideProperties in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleExportJobRefreshScheduleOverrideProperties Modifier and Type Method Description List<AssetBundleExportJobRefreshScheduleOverrideProperties>AssetBundleCloudFormationOverridePropertyConfiguration. refreshSchedules()An optional list of structures that control howRefreshScheduleresources are parameterized in the returned CloudFormation template.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportJobRefreshScheduleOverrideProperties Modifier and Type Method Description AssetBundleCloudFormationOverridePropertyConfiguration.BuilderAssetBundleCloudFormationOverridePropertyConfiguration.Builder. refreshSchedules(AssetBundleExportJobRefreshScheduleOverrideProperties... refreshSchedules)An optional list of structures that control howRefreshScheduleresources are parameterized in the returned CloudFormation template.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleExportJobRefreshScheduleOverrideProperties Modifier and Type Method Description AssetBundleCloudFormationOverridePropertyConfiguration.BuilderAssetBundleCloudFormationOverridePropertyConfiguration.Builder. refreshSchedules(Collection<AssetBundleExportJobRefreshScheduleOverrideProperties> refreshSchedules)An optional list of structures that control howRefreshScheduleresources are parameterized in the returned CloudFormation template.
-