Uses of Class
software.amazon.awssdk.services.quicksight.model.Sheet
-
Packages that use Sheet Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Sheet in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Sheet Modifier and Type Method Description List<Sheet>Analysis. sheets()A list of the associated sheets with the unique identifier and name of each sheet.List<Sheet>DashboardVersion. sheets()A list of the associated sheets with the unique identifier and name of each sheet.List<Sheet>TemplateVersion. sheets()A list of the associated sheets with the unique identifier and name of each sheet.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Sheet Modifier and Type Method Description Analysis.BuilderAnalysis.Builder. sheets(Sheet... sheets)A list of the associated sheets with the unique identifier and name of each sheet.DashboardVersion.BuilderDashboardVersion.Builder. sheets(Sheet... sheets)A list of the associated sheets with the unique identifier and name of each sheet.TemplateVersion.BuilderTemplateVersion.Builder. sheets(Sheet... sheets)A list of the associated sheets with the unique identifier and name of each sheet.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Sheet Modifier and Type Method Description Analysis.BuilderAnalysis.Builder. sheets(Collection<Sheet> sheets)A list of the associated sheets with the unique identifier and name of each sheet.DashboardVersion.BuilderDashboardVersion.Builder. sheets(Collection<Sheet> sheets)A list of the associated sheets with the unique identifier and name of each sheet.TemplateVersion.BuilderTemplateVersion.Builder. sheets(Collection<Sheet> sheets)A list of the associated sheets with the unique identifier and name of each sheet.
-