| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetSchemaAnalysisRuleError |
BatchGetSchemaAnalysisRuleError.clone() |
BatchGetSchemaAnalysisRuleError |
BatchGetSchemaAnalysisRuleError.withCode(String code)
An error code for the error.
|
BatchGetSchemaAnalysisRuleError |
BatchGetSchemaAnalysisRuleError.withMessage(String message)
A description of why the call failed.
|
BatchGetSchemaAnalysisRuleError |
BatchGetSchemaAnalysisRuleError.withName(String name)
An error name for the error.
|
BatchGetSchemaAnalysisRuleError |
BatchGetSchemaAnalysisRuleError.withType(AnalysisRuleType type)
The analysis rule type.
|
BatchGetSchemaAnalysisRuleError |
BatchGetSchemaAnalysisRuleError.withType(String type)
The analysis rule type.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetSchemaAnalysisRuleError> |
BatchGetSchemaAnalysisRuleResult.getErrors()
Error reasons for schemas that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetSchemaAnalysisRuleResult |
BatchGetSchemaAnalysisRuleResult.withErrors(BatchGetSchemaAnalysisRuleError... errors)
Error reasons for schemas that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetSchemaAnalysisRuleResult.setErrors(Collection<BatchGetSchemaAnalysisRuleError> errors)
Error reasons for schemas that could not be retrieved.
|
BatchGetSchemaAnalysisRuleResult |
BatchGetSchemaAnalysisRuleResult.withErrors(Collection<BatchGetSchemaAnalysisRuleError> errors)
Error reasons for schemas that could not be retrieved.
|
Copyright © 2024. All rights reserved.