Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ValidationExceptionError
-
Packages that use ValidationExceptionError Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ValidationExceptionError in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ValidationExceptionError Modifier and Type Method Description List<ValidationExceptionError>ValidationException. errorList()A list of issues that were discovered in the submitted request or the resource state.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ValidationExceptionError Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. errorList(ValidationExceptionError... errorList)A list of issues that were discovered in the submitted request or the resource state.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type ValidationExceptionError Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. errorList(Collection<ValidationExceptionError> errorList)A list of issues that were discovered in the submitted request or the resource state.
-