| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisError |
AnalysisError.clone() |
AnalysisError |
AnalysisError.withMessage(String message)
The message associated with the analysis error.
|
AnalysisError |
AnalysisError.withType(AnalysisErrorType type)
The type of the analysis error.
|
AnalysisError |
AnalysisError.withType(String type)
The type of the analysis error.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisError> |
Analysis.getErrors()
Errors associated with the analysis.
|
| Modifier and Type | Method and Description |
|---|---|
Analysis |
Analysis.withErrors(AnalysisError... errors)
Errors associated with the analysis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Analysis.setErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
Analysis |
Analysis.withErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
Copyright © 2021. All rights reserved.