Uses of Class
software.amazon.awssdk.services.quicksight.model.DashboardError
-
Packages that use DashboardError Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DashboardError in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DashboardError Modifier and Type Method Description List<DashboardError>DashboardVersion. errors()Errors associated with this dashboard version.List<DashboardError>DescribeDashboardDefinitionResponse. errors()Errors associated with this dashboard version.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DashboardError Modifier and Type Method Description DashboardVersion.BuilderDashboardVersion.Builder. errors(DashboardError... errors)Errors associated with this dashboard version.DescribeDashboardDefinitionResponse.BuilderDescribeDashboardDefinitionResponse.Builder. errors(DashboardError... errors)Errors associated with this dashboard version.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DashboardError Modifier and Type Method Description DashboardVersion.BuilderDashboardVersion.Builder. errors(Collection<DashboardError> errors)Errors associated with this dashboard version.DescribeDashboardDefinitionResponse.BuilderDescribeDashboardDefinitionResponse.Builder. errors(Collection<DashboardError> errors)Errors associated with this dashboard version.
-