Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobAnalysisPropertyToOverride
-
Packages that use AssetBundleExportJobAnalysisPropertyToOverride Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleExportJobAnalysisPropertyToOverride in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AssetBundleExportJobAnalysisPropertyToOverride Modifier and Type Method Description static AssetBundleExportJobAnalysisPropertyToOverrideAssetBundleExportJobAnalysisPropertyToOverride. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssetBundleExportJobAnalysisPropertyToOverrideAssetBundleExportJobAnalysisPropertyToOverride. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetBundleExportJobAnalysisPropertyToOverride[]AssetBundleExportJobAnalysisPropertyToOverride. 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 AssetBundleExportJobAnalysisPropertyToOverride Modifier and Type Method Description static Set<AssetBundleExportJobAnalysisPropertyToOverride>AssetBundleExportJobAnalysisPropertyToOverride. knownValues()List<AssetBundleExportJobAnalysisPropertyToOverride>AssetBundleExportJobAnalysisOverrideProperties. properties()A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportJobAnalysisPropertyToOverride Modifier and Type Method Description AssetBundleExportJobAnalysisOverrideProperties.BuilderAssetBundleExportJobAnalysisOverrideProperties.Builder. properties(AssetBundleExportJobAnalysisPropertyToOverride... properties)A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleExportJobAnalysisPropertyToOverride Modifier and Type Method Description AssetBundleExportJobAnalysisOverrideProperties.BuilderAssetBundleExportJobAnalysisOverrideProperties.Builder. properties(Collection<AssetBundleExportJobAnalysisPropertyToOverride> properties)A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.
-