| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionErrorArgument |
ValidationExceptionErrorArgument.clone() |
ValidationExceptionErrorArgument |
ValidationExceptionErrorArgument.withName(String name)
The argument's name.
|
ValidationExceptionErrorArgument |
ValidationExceptionErrorArgument.withValue(String value)
The argument's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionErrorArgument> |
ValidationException.getErrorArguments()
A list of attributes that led to the exception and their values.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withErrorArguments(ValidationExceptionErrorArgument... errorArguments)
A list of attributes that led to the exception and their values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setErrorArguments(Collection<ValidationExceptionErrorArgument> errorArguments)
A list of attributes that led to the exception and their values.
|
ValidationException |
ValidationException.withErrorArguments(Collection<ValidationExceptionErrorArgument> errorArguments)
A list of attributes that led to the exception and their values.
|
Copyright © 2022. All rights reserved.