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.
|
AnalysisError |
AnalysisError.withViolatedEntities(Collection<Entity> violatedEntities)
Lists the violated entities that caused the analysis error
|
AnalysisError |
AnalysisError.withViolatedEntities(Entity... violatedEntities)
Lists the violated entities that caused the analysis error
|
Modifier and Type | Method and Description |
---|---|
List<AnalysisError> |
Analysis.getErrors()
Errors associated with the analysis.
|
List<AnalysisError> |
DescribeAnalysisDefinitionResult.getErrors()
Errors associated with the analysis.
|
Modifier and Type | Method and Description |
---|---|
Analysis |
Analysis.withErrors(AnalysisError... errors)
Errors associated with the analysis.
|
DescribeAnalysisDefinitionResult |
DescribeAnalysisDefinitionResult.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.
|
void |
DescribeAnalysisDefinitionResult.setErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
Analysis |
Analysis.withErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
DescribeAnalysisDefinitionResult |
DescribeAnalysisDefinitionResult.withErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
Copyright © 2023. All rights reserved.