Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ValidationError |
ValidationError.clone() |
ValidationError |
ValidationError.withCode(String code)
The error code that indicates why the parameter or parameter combination is not valid.
|
ValidationError |
ValidationError.withMessage(String message)
The error message that describes why the parameter or parameter combination is not valid.
|
Modifier and Type | Method and Description |
---|---|
List<ValidationError> |
ValidationWarning.getErrors()
The error codes and error messages.
|
Modifier and Type | Method and Description |
---|---|
ValidationWarning |
ValidationWarning.withErrors(ValidationError... errors)
The error codes and error messages.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationWarning.setErrors(Collection<ValidationError> errors)
The error codes and error messages.
|
ValidationWarning |
ValidationWarning.withErrors(Collection<ValidationError> errors)
The error codes and error messages.
|
Copyright © 2021. All rights reserved.