Uses of Class
software.amazon.awssdk.services.quicksight.model.TemplateError
-
Packages that use TemplateError Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TemplateError in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TemplateError Modifier and Type Method Description List<TemplateError>DescribeTemplateDefinitionResponse. errors()Errors associated with the template version.List<TemplateError>TemplateVersion. errors()Errors associated with this template version.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TemplateError Modifier and Type Method Description DescribeTemplateDefinitionResponse.BuilderDescribeTemplateDefinitionResponse.Builder. errors(TemplateError... errors)Errors associated with the template version.TemplateVersion.BuilderTemplateVersion.Builder. errors(TemplateError... errors)Errors associated with this template version.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TemplateError Modifier and Type Method Description DescribeTemplateDefinitionResponse.BuilderDescribeTemplateDefinitionResponse.Builder. errors(Collection<TemplateError> errors)Errors associated with the template version.TemplateVersion.BuilderTemplateVersion.Builder. errors(Collection<TemplateError> errors)Errors associated with this template version.
-