| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
The message describing why the parameter failed validation.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The name of the parameter that failed validation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
InvalidParameterException.getFields()
Fields that caused the exception.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidParameterException |
InvalidParameterException.withFields(ValidationExceptionField... fields)
Fields that caused the exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidParameterException.setFields(Collection<ValidationExceptionField> fields)
Fields that caused the exception.
|
InvalidParameterException |
InvalidParameterException.withFields(Collection<ValidationExceptionField> fields)
Fields that caused the exception.
|
Copyright © 2023. All rights reserved.