Uses of Class
software.amazon.awssdk.services.panorama.model.ValidationExceptionErrorArgument
-
Packages that use ValidationExceptionErrorArgument Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of ValidationExceptionErrorArgument in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type ValidationExceptionErrorArgument Modifier and Type Method Description List<ValidationExceptionErrorArgument>ValidationException. errorArguments()A list of attributes that led to the exception and their values.Methods in software.amazon.awssdk.services.panorama.model with parameters of type ValidationExceptionErrorArgument Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. errorArguments(ValidationExceptionErrorArgument... errorArguments)A list of attributes that led to the exception and their values.Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type ValidationExceptionErrorArgument Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. errorArguments(Collection<ValidationExceptionErrorArgument> errorArguments)A list of attributes that led to the exception and their values.
-