Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.ValidationExceptionField
-
Packages that use ValidationExceptionField Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of ValidationExceptionField in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type ValidationExceptionField Modifier and Type Method Description List<ValidationExceptionField>ValidationException. fieldList()An array of the request fields that had validation errors.Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fieldList(ValidationExceptionField... fieldList)An array of the request fields that had validation errors.Method parameters in software.amazon.awssdk.services.resourceexplorer2.model with type arguments of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fieldList(Collection<ValidationExceptionField> fieldList)An array of the request fields that had validation errors.
-