Uses of Class
software.amazon.awssdk.services.quicksight.model.Entity
-
Packages that use Entity Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Entity in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Entity Modifier and Type Method Description List<Entity>AnalysisError. violatedEntities()Lists the violated entities that caused the analysis errorList<Entity>DashboardError. violatedEntities()Lists the violated entities that caused the dashboard error.List<Entity>TemplateError. violatedEntities()An error path that shows which entities caused the template error.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Entity Modifier and Type Method Description AnalysisError.BuilderAnalysisError.Builder. violatedEntities(Entity... violatedEntities)Lists the violated entities that caused the analysis errorDashboardError.BuilderDashboardError.Builder. violatedEntities(Entity... violatedEntities)Lists the violated entities that caused the dashboard error.TemplateError.BuilderTemplateError.Builder. violatedEntities(Entity... violatedEntities)An error path that shows which entities caused the template error.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Entity Modifier and Type Method Description AnalysisError.BuilderAnalysisError.Builder. violatedEntities(Collection<Entity> violatedEntities)Lists the violated entities that caused the analysis errorDashboardError.BuilderDashboardError.Builder. violatedEntities(Collection<Entity> violatedEntities)Lists the violated entities that caused the dashboard error.TemplateError.BuilderTemplateError.Builder. violatedEntities(Collection<Entity> violatedEntities)An error path that shows which entities caused the template error.
-