| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.clone() |
Entity |
Entity.withPath(String path)
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
TemplateError.getViolatedEntities()
An error path that shows which entities caused the template error.
|
List<Entity> |
AnalysisError.getViolatedEntities()
Lists the violated entities that caused the analysis error
|
List<Entity> |
DashboardError.getViolatedEntities()
Lists the violated entities that caused the dashboard error.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateError |
TemplateError.withViolatedEntities(Entity... violatedEntities)
An error path that shows which entities caused the template error.
|
AnalysisError |
AnalysisError.withViolatedEntities(Entity... violatedEntities)
Lists the violated entities that caused the analysis error
|
DashboardError |
DashboardError.withViolatedEntities(Entity... violatedEntities)
Lists the violated entities that caused the dashboard error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateError.setViolatedEntities(Collection<Entity> violatedEntities)
An error path that shows which entities caused the template error.
|
void |
AnalysisError.setViolatedEntities(Collection<Entity> violatedEntities)
Lists the violated entities that caused the analysis error
|
void |
DashboardError.setViolatedEntities(Collection<Entity> violatedEntities)
Lists the violated entities that caused the dashboard error.
|
TemplateError |
TemplateError.withViolatedEntities(Collection<Entity> violatedEntities)
An error path that shows which entities caused the template error.
|
AnalysisError |
AnalysisError.withViolatedEntities(Collection<Entity> violatedEntities)
Lists the violated entities that caused the analysis error
|
DashboardError |
DashboardError.withViolatedEntities(Collection<Entity> violatedEntities)
Lists the violated entities that caused the dashboard error.
|
Copyright © 2023. All rights reserved.