| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateError> |
TemplateVersion.getErrors()
Errors associated with the template.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateVersion |
TemplateVersion.withErrors(TemplateError... errors)
Errors associated with the template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateVersion.setErrors(Collection<TemplateError> errors)
Errors associated with the template.
|
TemplateVersion |
TemplateVersion.withErrors(Collection<TemplateError> errors)
Errors associated with the template.
|
Copyright © 2019. All rights reserved.