| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
TemplateError.violatedEntities()
An error path that shows which entities caused the template error.
|
List<Entity> |
DashboardError.violatedEntities()
Lists the violated entities that caused the dashboard error.
|
List<Entity> |
AnalysisError.violatedEntities()
Lists the violated entities that caused the analysis error
|
| Modifier and Type | Method and Description |
|---|---|
TemplateError.Builder |
TemplateError.Builder.violatedEntities(Entity... violatedEntities)
An error path that shows which entities caused the template error.
|
DashboardError.Builder |
DashboardError.Builder.violatedEntities(Entity... violatedEntities)
Lists the violated entities that caused the dashboard error.
|
AnalysisError.Builder |
AnalysisError.Builder.violatedEntities(Entity... violatedEntities)
Lists the violated entities that caused the analysis error
|
| Modifier and Type | Method and Description |
|---|---|
TemplateError.Builder |
TemplateError.Builder.violatedEntities(Collection<Entity> violatedEntities)
An error path that shows which entities caused the template error.
|
DashboardError.Builder |
DashboardError.Builder.violatedEntities(Collection<Entity> violatedEntities)
Lists the violated entities that caused the dashboard error.
|
AnalysisError.Builder |
AnalysisError.Builder.violatedEntities(Collection<Entity> violatedEntities)
Lists the violated entities that caused the analysis error
|
Copyright © 2023. All rights reserved.