| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
FieldOptionError |
FieldOptionError.clone() |
FieldOptionError |
FieldOptionError.withErrorCode(String errorCode)
Error code from creating or updating field option.
|
FieldOptionError |
FieldOptionError.withMessage(String message)
Error message from creating or updating field option.
|
FieldOptionError |
FieldOptionError.withValue(String value)
The field option value that caused the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldOptionError> |
BatchPutFieldOptionsResult.getErrors()
A list of field errors.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutFieldOptionsResult |
BatchPutFieldOptionsResult.withErrors(FieldOptionError... errors)
A list of field errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutFieldOptionsResult.setErrors(Collection<FieldOptionError> errors)
A list of field errors.
|
BatchPutFieldOptionsResult |
BatchPutFieldOptionsResult.withErrors(Collection<FieldOptionError> errors)
A list of field errors.
|
Copyright © 2025. All rights reserved.