Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.ValidationExceptionField
-
Packages that use ValidationExceptionField Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of ValidationExceptionField in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type ValidationExceptionField Modifier and Type Method Description List<ValidationExceptionField>ValidationException. fieldList()Returns the value of the FieldList property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fieldList(ValidationExceptionField... fieldList)Sets the value of the FieldList property for this object.Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fieldList(Collection<ValidationExceptionField> fieldList)Sets the value of the FieldList property for this object.
-