| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetVariableError |
BatchGetVariableError.clone() |
BatchGetVariableError |
BatchGetVariableError.withCode(Integer code)
The error code.
|
BatchGetVariableError |
BatchGetVariableError.withMessage(String message)
The error message.
|
BatchGetVariableError |
BatchGetVariableError.withName(String name)
The error name.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetVariableError> |
BatchGetVariableResult.getErrors()
The errors from the request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetVariableResult |
BatchGetVariableResult.withErrors(BatchGetVariableError... errors)
The errors from the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetVariableResult.setErrors(Collection<BatchGetVariableError> errors)
The errors from the request.
|
BatchGetVariableResult |
BatchGetVariableResult.withErrors(Collection<BatchGetVariableError> errors)
The errors from the request.
|
Copyright © 2021. All rights reserved.