Uses of Class
software.amazon.awssdk.services.quicksight.model.SheetDefinition
-
Packages that use SheetDefinition Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SheetDefinition in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SheetDefinition Modifier and Type Method Description List<SheetDefinition>AnalysisDefinition. sheets()An array of sheet definitions for an analysis.List<SheetDefinition>DashboardVersionDefinition. sheets()An array of sheet definitions for a dashboard.List<SheetDefinition>TemplateVersionDefinition. sheets()An array of sheet definitions for a template.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SheetDefinition Modifier and Type Method Description AnalysisDefinition.BuilderAnalysisDefinition.Builder. sheets(SheetDefinition... sheets)An array of sheet definitions for an analysis.DashboardVersionDefinition.BuilderDashboardVersionDefinition.Builder. sheets(SheetDefinition... sheets)An array of sheet definitions for a dashboard.TemplateVersionDefinition.BuilderTemplateVersionDefinition.Builder. sheets(SheetDefinition... sheets)An array of sheet definitions for a template.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SheetDefinition Modifier and Type Method Description AnalysisDefinition.BuilderAnalysisDefinition.Builder. sheets(Collection<SheetDefinition> sheets)An array of sheet definitions for an analysis.DashboardVersionDefinition.BuilderDashboardVersionDefinition.Builder. sheets(Collection<SheetDefinition> sheets)An array of sheet definitions for a dashboard.TemplateVersionDefinition.BuilderTemplateVersionDefinition.Builder. sheets(Collection<SheetDefinition> sheets)An array of sheet definitions for a template.
-