Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.ValidationExceptionField
-
Packages that use ValidationExceptionField Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of ValidationExceptionField in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type ValidationExceptionField Modifier and Type Method Description List<ValidationExceptionField>ValidationException. fieldList()The list of fields that fail to satisfy the constraints specified by an Amazon Web Services service.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fieldList(ValidationExceptionField... fieldList)The list of fields that fail to satisfy the constraints specified by an Amazon Web Services service.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fieldList(Collection<ValidationExceptionField> fieldList)The list of fields that fail to satisfy the constraints specified by an Amazon Web Services service.
-