| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateError |
TemplateError.clone() |
TemplateError |
TemplateError.withMessage(String message)
Description of the error type.
|
TemplateError |
TemplateError.withType(String type)
Type of error.
|
TemplateError |
TemplateError.withType(TemplateErrorType type)
Type of error.
|
TemplateError |
TemplateError.withViolatedEntities(Collection<Entity> violatedEntities)
An error path that shows which entities caused the template error.
|
TemplateError |
TemplateError.withViolatedEntities(Entity... violatedEntities)
An error path that shows which entities caused the template error.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateError> |
DescribeTemplateDefinitionResult.getErrors()
Errors associated with the template version.
|
List<TemplateError> |
TemplateVersion.getErrors()
Errors associated with this template version.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTemplateDefinitionResult |
DescribeTemplateDefinitionResult.withErrors(TemplateError... errors)
Errors associated with the template version.
|
TemplateVersion |
TemplateVersion.withErrors(TemplateError... errors)
Errors associated with this template version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTemplateDefinitionResult.setErrors(Collection<TemplateError> errors)
Errors associated with the template version.
|
void |
TemplateVersion.setErrors(Collection<TemplateError> errors)
Errors associated with this template version.
|
DescribeTemplateDefinitionResult |
DescribeTemplateDefinitionResult.withErrors(Collection<TemplateError> errors)
Errors associated with the template version.
|
TemplateVersion |
TemplateVersion.withErrors(Collection<TemplateError> errors)
Errors associated with this template version.
|
Copyright © 2023. All rights reserved.