| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetSchemaError |
BatchGetSchemaError.clone() |
BatchGetSchemaError |
BatchGetSchemaError.withCode(String code)
An error code for the error.
|
BatchGetSchemaError |
BatchGetSchemaError.withMessage(String message)
An error message for the error.
|
BatchGetSchemaError |
BatchGetSchemaError.withName(String name)
An error name for the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetSchemaError> |
BatchGetSchemaResult.getErrors()
Error reasons for schemas that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetSchemaResult |
BatchGetSchemaResult.withErrors(BatchGetSchemaError... errors)
Error reasons for schemas that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetSchemaResult.setErrors(Collection<BatchGetSchemaError> errors)
Error reasons for schemas that could not be retrieved.
|
BatchGetSchemaResult |
BatchGetSchemaResult.withErrors(Collection<BatchGetSchemaError> errors)
Error reasons for schemas that could not be retrieved.
|
Copyright © 2023. All rights reserved.