Uses of Class
software.amazon.awssdk.services.quicksight.model.AnalysisError
-
Packages that use AnalysisError Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AnalysisError in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AnalysisError Modifier and Type Method Description List<AnalysisError>Analysis. errors()Errors associated with the analysis.List<AnalysisError>DescribeAnalysisDefinitionResponse. errors()Errors associated with the analysis.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AnalysisError Modifier and Type Method Description Analysis.BuilderAnalysis.Builder. errors(AnalysisError... errors)Errors associated with the analysis.DescribeAnalysisDefinitionResponse.BuilderDescribeAnalysisDefinitionResponse.Builder. errors(AnalysisError... errors)Errors associated with the analysis.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AnalysisError Modifier and Type Method Description Analysis.BuilderAnalysis.Builder. errors(Collection<AnalysisError> errors)Errors associated with the analysis.DescribeAnalysisDefinitionResponse.BuilderDescribeAnalysisDefinitionResponse.Builder. errors(Collection<AnalysisError> errors)Errors associated with the analysis.
-