| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardError |
DashboardError.clone() |
DashboardError |
DashboardError.withMessage(String message)
Message.
|
DashboardError |
DashboardError.withType(DashboardErrorType type)
Type.
|
DashboardError |
DashboardError.withType(String type)
Type.
|
DashboardError |
DashboardError.withViolatedEntities(Collection<Entity> violatedEntities)
Lists the violated entities that caused the dashboard error.
|
DashboardError |
DashboardError.withViolatedEntities(Entity... violatedEntities)
Lists the violated entities that caused the dashboard error.
|
| Modifier and Type | Method and Description |
|---|---|
List<DashboardError> |
DashboardVersion.getErrors()
Errors associated with this dashboard version.
|
List<DashboardError> |
DescribeDashboardDefinitionResult.getErrors()
Errors associated with this dashboard version.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardVersion |
DashboardVersion.withErrors(DashboardError... errors)
Errors associated with this dashboard version.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withErrors(DashboardError... errors)
Errors associated with this dashboard version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardVersion.setErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
void |
DescribeDashboardDefinitionResult.setErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
DashboardVersion |
DashboardVersion.withErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
DescribeDashboardDefinitionResult |
DescribeDashboardDefinitionResult.withErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
Copyright © 2024. All rights reserved.