| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateError> |
DescribeTemplateDefinitionResponse.errors()
Errors associated with the template version.
|
List<TemplateError> |
TemplateVersion.errors()
Errors associated with this template version.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTemplateDefinitionResponse.Builder |
DescribeTemplateDefinitionResponse.Builder.errors(TemplateError... errors)
Errors associated with the template version.
|
TemplateVersion.Builder |
TemplateVersion.Builder.errors(TemplateError... errors)
Errors associated with this template version.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTemplateDefinitionResponse.Builder |
DescribeTemplateDefinitionResponse.Builder.errors(Collection<TemplateError> errors)
Errors associated with the template version.
|
TemplateVersion.Builder |
TemplateVersion.Builder.errors(Collection<TemplateError> errors)
Errors associated with this template version.
|
Copyright © 2023. All rights reserved.